+ Reply to Thread
Results 1 to 4 of 4

Excel: Find/Replace for Data Validation text or Worksheet Objects

  1. #1

    Excel: Find/Replace for Data Validation text or Worksheet Objects

    I'm using Excel 2002 and 2003.

    Has anyone had occasion to set up a macro to do Find/Replace (or even
    just Find) on the Data Validation Input Text/Title, Worksheet Objects,
    or the like?

    Or perhaps a macro to dump the Data Validation set up in a worksheet or
    workbook?

    Hate to reinvent the wheel.

    I'm starting to think in terms of a "Power" Find/Replace.

    Thanks!
    Neva


  2. #2
    Registered User
    Join Date
    05-14-2006
    Posts
    33
    The code segment below shows how you can extract a cell's data validation fields. The Validation object has more properties than what is shown here.

    Set r = Range("A1")
    Title = r.Validation.InputTitle)
    Msg = r.Validation.InputMessage)

  3. #3
    Debra Dalgleish
    Guest

    Re: Excel: Find/Replace for Data Validation text or Worksheet Objects

    There's code here to document the data validation on the active worksheet:

    http://www.contextures.com/xlDataVal09.html


    [email protected] wrote:
    > I'm using Excel 2002 and 2003.
    >
    > Has anyone had occasion to set up a macro to do Find/Replace (or even
    > just Find) on the Data Validation Input Text/Title, Worksheet Objects,
    > or the like?
    >
    > Or perhaps a macro to dump the Data Validation set up in a worksheet or
    > workbook?
    >
    > Hate to reinvent the wheel.
    >
    > I'm starting to think in terms of a "Power" Find/Replace.
    >
    > Thanks!
    > Neva
    >



    --
    Debra Dalgleish
    Contextures
    http://www.contextures.com/tiptech.html


  4. #4

    Re: Excel: Find/Replace for Data Validation text or Worksheet Objects

    Thank you! I really appreciate the assistance.

    Neva


+ 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