D
Dr. Schwartz
In Excel 2003 I have a specific sheet where the validation list does not
appear (arrow button gone) when set. I can set it up (Data/Validation menu)
as usual with out problems. The other sheets in the workbook do not have this
problem.
I don't know if this has anything to do with the phenomenon, but I have
recently run this macro in the sheet:
Dim shp As Shape
For Each shp In ActiveSheet.Shapes
shp.Delete
Next
Can anyone help me get my validation lists back?
Thanks
The Doctor
appear (arrow button gone) when set. I can set it up (Data/Validation menu)
as usual with out problems. The other sheets in the workbook do not have this
problem.
I don't know if this has anything to do with the phenomenon, but I have
recently run this macro in the sheet:
Dim shp As Shape
For Each shp In ActiveSheet.Shapes
shp.Delete
Next
Can anyone help me get my validation lists back?
Thanks
The Doctor