Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
Kindred Spirit
 
Posts: n/a
Default How do I exclude a value in data validation?

I want to exclude a value that I want visible in my data validation list. I
want it visible to show organization in a long list, but I don't want the
heading to be an allowable value. Help.
  #2   Report Post  
Posted to microsoft.public.excel.misc
L. Howard Kittle
 
Posts: n/a
Default How do I exclude a value in data validation?

How about a change event macro.

Private Sub Worksheet_Change(ByVal Target As Range)
If Range("F1").Value = "Your Value" Then Range("F1").Value = ""
End Sub

HTH
Regards,
Howard

"Kindred Spirit" <Kindred wrote in message
...
I want to exclude a value that I want visible in my data validation list.
I
want it visible to show organization in a long list, but I don't want the
heading to be an allowable value. Help.



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
From several workbooks onto one excel worksheet steve Excel Discussion (Misc queries) 6 December 1st 05 08:03 AM
Data Validation Neville Excel Discussion (Misc queries) 1 October 30th 05 08:15 AM
data validation lists [email protected] Excel Discussion (Misc queries) 5 June 25th 05 07:44 PM
named range, data validation: list non-selected items, and new added items KR Excel Discussion (Misc queries) 1 June 24th 05 05:21 AM
Pulling data from 1 sheet to another Dave1155 Excel Worksheet Functions 1 January 12th 05 05:55 PM


All times are GMT +1. The time now is 03:48 AM.

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

About Us

"It's about Microsoft Excel"