+ Reply to Thread
Results 1 to 2 of 2

Goto a named range using the contents of the active cell

Hybrid View

  1. #1
    Brian C
    Guest

    Goto a named range using the contents of the active cell

    I need a VBA macro that will allow me to use the cell contents of the current
    active cell to select a predefined range that exists somewhere in the active
    worksheet.

    For example, cell a1 includes the text 'ABC'. There is a range in the
    worksheet named 'ABC'. I need to select this range using the contents in
    cell a1.

    Thanks

  2. #2
    Forum Expert Simon Lloyd's Avatar
    Join Date
    03-02-2004
    Location
    locked in the cage
    MS-Off Ver
    All the ones my homepage shows
    Posts
    3,161
    This should be what you need!
    Application.Goto Reference:=Range("A1").Value

    Regards,
    Simon

+ 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