Hi ,
I have a macro that was created in excel 2003 to auto update hyperlinks and move them to a second location on the workbook renamed. This action repeats for as many rows that have data. It works fine in 2003, but neither returns the correct hyperlinks, nor populates as many links as there is data. I have tried saving the doc with macro enable, chnaging the trust settings, copying the code into a brand new workbook, but nothing works. I'm supposing that the syntax between 2003 and 2010 differs, but am not familiar enough with VBA. The initial error messages I'm getting are related to the line: Range("Q" & rowNUMBER).Select
Here's the whole code, any help is appreciated!!
Bookmarks