Hello,
I just made a test with a completely new worksheet. There I got no error. But as I wrote before this doesn't mean anything.
The next action was on an already existing sheet with 4 CommandButtons and only
3 cells with data validation. Here even all 3 of them had phantom drop down arrows and boxes. I opened by "Alt" + "F11", then "Ctrl" + "G" the (in German) "Direktbereich".
- Here I used the command "Debug.Print activesheet.shapes(x).Name".
- It found shapes from x=1 to 40.
- number 1 to 4 are the CommandButtons.
- number 5 to 40 are all Drop Down xx. Every number had 2 digits, starting with 14 - whatever that means?
- Then I removed all from 5 to 40 by the command "activesheet.shapes(x).delete".
Now this sheet is clean. The data validation definitions still exist. I hope it will stay correct now. But anyhow, in this sheet it was easy to keep the overview of the shapes, in other sheets it is much more difficult. - But, it is obviously that the phenomenon
of one phantom drop down consists of several shapes.
regards
Harald