+ Reply to Thread
Results 1 to 2 of 2

How to create pick list in VBA

  1. #1
    John
    Guest

    How to create pick list in VBA

    I want to create a pick list that can be opened by right clicking on
    any cell in a worksheet.

    Data->Validation will not work because the pick list range is in a
    different worksheet.

    How can I do this?

    John W.


  2. #2
    Tom Ogilvy
    Guest

    Re: How to create pick list in VBA

    insert =>Name=>Define

    Name: PickList
    Refersto: =Sheet2!$A$1:$A$20

    then in Data =>Validation,
    Select list

    in the source textbox use

    =PickList

    Include the "=" sign.

    --
    Regards,
    Tom Ogilvy

    "John" <[email protected]> wrote in message
    news:[email protected]...
    > I want to create a pick list that can be opened by right clicking on
    > any cell in a worksheet.
    >
    > Data->Validation will not work because the pick list range is in a
    > different worksheet.
    >
    > How can I do this?
    >
    > John W.
    >




+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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.6.0 RC 1