Results 1 to 3 of 3

Create hyperlinking index of Excel sheet data

Threaded View

  1. #1
    Registered User
    Join Date
    01-16-2010
    Location
    Sydney
    MS-Off Ver
    Excel 2010 b.2
    Posts
    5

    Question Create hyperlinking index of Excel sheet data

    Hello,

    I'd like to be able to create an index of personal names that are contained in my workbook. And also make the entries into hyperlinks.

    My idea of a macro to do what I need goes something like this:

    Sub CreateIndex()
      Create an 'Index' sheet
      Go to first active cell in data sheet
      RetrieveData:
          If active cell contains text string beginning with uppercase letter (string may include hyphen and space)
          Retrieve string and cell number
          Convert to hyperlink
          Add to Index sheet
          End If
      Goto next active cell
    
       If text string exists in Index sheet
      Go to next active cell
    
      If text string not in Index sheet
      Go to RetrieveData
    
      Stop somehow ? at given range?
    End Sub
    Would be grateful for a macro or other solution. There are hundreds of personal names in my project.

    Thanks....

    Max
    Last edited by teylyn; 01-17-2010 at 01:17 AM. Reason: added code tags

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