Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 8
Default Clear vaidation

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   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2,979
Default Clear vaidation

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
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Transfer a name from one cell to another but leave clear if clear? Scoober Excel Worksheet Functions 3 May 22nd 09 02:55 AM
Why Doesn't it Clear?? Roger Excel Discussion (Misc queries) 5 January 30th 08 10:07 PM
clear the clear the web page email attachment lines MCrider Excel Discussion (Misc queries) 0 November 11th 07 10:05 PM
Not clear dkuz Excel Discussion (Misc queries) 4 February 14th 06 05:45 PM
Clear all? sdmccabe Excel Discussion (Misc queries) 3 December 16th 05 07:51 PM


All times are GMT +1. The time now is 11:45 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"