Results 1 to 2 of 2

hyperlinks

Threaded View

vincenzo345 hyperlinks 09-04-2013, 02:40 PM
vincenzo345 Re: hyperlinks 09-04-2013, 03:42 PM
  1. #1
    Registered User
    Join Date
    03-08-2013
    Location
    Louisiana
    MS-Off Ver
    Excel 2010
    Posts
    25

    hyperlinks

    Hello everyone,

    I have several rows of information (often times around 200). and in each row there is a hyperlink with information that I need to copy and paste in a new sheet. Im trying to automate this process with a macro but Im having difficulty with the hyperlink part.

    S T R Hyperlinks Name Well Num Org ID Field Field Name
    x x x 13659 x x 1862 x x x 29
    x x x 23324 x x 9999 x x x 29
    x x x 24912 x x 9999 x x x 29
    x x x 25129 x x 9999 x x x 29

    I tried multiple ways of following the hyperlink through vba but they havnt worked.

    Since I have so many hyperlinks to go through and since im trying to automate this process, I'll need the macro to loop and go down the column 1 at a time.

    so something Like:
    dim x as integer
    x=6
    
    cells(4, x). Hyperlinks(1).follow
    
    x=x+1
    I tried using this to access the hyperlink and it hasn't worked.

    can anyone help me to get this part of the macro working?

    I have the rest of the macro working this is the last bit I need.
    Thanks!!!
    Last edited by vincenzo345; 09-04-2013 at 02:52 PM. Reason: rename

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Find Hyperlinks, Copy Hyperlinks to alternative sheet, print all hyperlinks
    By matrixpom in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 03-13-2013, 05:13 PM
  2. Replies: 7
    Last Post: 06-14-2012, 09:44 AM
  3. Excel Hyperlinks- cell content v. hyperlinks
    By herpetafauna in forum Excel General
    Replies: 2
    Last Post: 05-22-2006, 11:45 PM
  4. Replies: 0
    Last Post: 05-14-2006, 11:45 PM
  5. Replies: 1
    Last Post: 11-04-2005, 03:55 AM

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