+ Reply to Thread
Results 1 to 6 of 6

Data Validation Question

Hybrid View

  1. #1
    ben
    Guest

    Re: Data Validation Question

    in excel on the main menu acess the following menu

    Tools>Macros>Macro Recorder

    what this does is records Actions that your perform manually in Excel and
    writes them into VBA code in a module for you.

    So what you need to do is

    run the macro recorder
    setup your data validation
    stop the macro recorder

    Then in VBA editor, you should now have the proper syntax for the data
    validation you need.




    --
    When you lose your mind, you free your life.


    "Joe" wrote:

    > Thanks a lot, Ben. I have more questions now:
    >
    > 1. What is a macro recorder? How can I access it?
    >
    > 2. My list is a bunch of strings - not numbers. What would I have to
    > change to the above macro to achieve that?
    >
    > Thanks,
    >
    > Joe.
    >
    >


  2. #2
    Joe
    Guest

    Re: Data Validation Question

    Thanks a bunch, Ben!

    Joe.


+ 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