Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have a sheet with several validation cells. I would like all validation
cells blank before any selections are made. Is it possible and how? Thanks Hank |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
You can clear the contents of the data validation cells:
ActiveSheet.Cells _ .SpecialCells(xlCellTypeAllValidation) _ .ClearContents Hank Hendrix wrote: I have a sheet with several validation cells. I would like all validation cells blank before any selections are made. -- Debra Dalgleish Excel FAQ, Tips & Book List http://www.contextures.com/tiptech.html |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Transfer a name from one cell to another but leave clear if clear? | Excel Worksheet Functions | |||
Why Doesn't it Clear?? | Excel Discussion (Misc queries) | |||
clear the clear the web page email attachment lines | Excel Discussion (Misc queries) | |||
Not clear | Excel Discussion (Misc queries) | |||
Clear all? | Excel Discussion (Misc queries) |