I am trying to make certain that I properly use hyperlinks to access the documents I will be pulling from to update a Master spreadsheet. I have a Master spreadsheet that includes a column with hyperlinks (for example: http://application.company.com/1234567).
To allow updating of this spreadsheet, I have code that will go down the sheet row by row, use the hyperlink on each row to access the document associated with that row, and then update the information and proceed to the next row.
I have recorded a macro to gain insight into this, but I am not certain what vba code I should use to open each document using the repsective hyperlink. I have looked for an existing example of something similar with no luck so far. I am very grateful for any guidance.
Thanks,
Sven
To allow updating of this spreadsheet, I have code that will go down the sheet row by row, use the hyperlink on each row to access the document associated with that row, and then update the information and proceed to the next row.
I have recorded a macro to gain insight into this, but I am not certain what vba code I should use to open each document using the repsective hyperlink. I have looked for an existing example of something similar with no luck so far. I am very grateful for any guidance.
Thanks,
Sven
Last edited: