+ Reply to Thread
Results 1 to 3 of 3

Thread: Data Validation List

  1. #1
    Registered User
    Join Date
    12-12-2009
    Location
    Italy
    MS-Off Ver
    Excel 2003
    Posts
    15

    Data Validation List

    I have a cell with list data validation to the cell named "TEST".
    I would like the item "All" at the top of the list, but without addind it to the named range.
    Maybe something like "All" & range("TEST")?
    Attached is my problem...thanks in advance!
    Attached Files Attached Files

  2. #2
    Valued Forum Contributor
    Join Date
    07-24-2009
    Location
    Northborough, MA USA
    MS-Off Ver
    Excel 2010
    Posts
    212

    Re: Data Validation List

    Attached is a couple of options
    Attached Files Attached Files

  3. #3
    Valued Forum Contributor MickG's Avatar
    Join Date
    11-23-2007
    Location
    Banbury,Oxfordshire
    Posts
    888

    Re: Data Validation List

    Hi, If Could perhaps add this "Selection Change "Event to your sheet.
    NB:- Change Validation in "F1" to suit.
    Private Sub Worksheet_SelectionChange(ByVal Target As Range)
    If Not Target.Address(0, 0) = "F1" Then Range("F1") = "All"
    End Sub
    Regards Mick

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.2.0