I would like to develop a "macro" that converts the following excel formula into visual basic:
=HYPERLINK(cell address, "Go To File").
To further complicate this, rather than use an exact cell address, I want to use a VLOOKUP function, so the subroutine would include the following formula:
=HYPERLINK((VLOOKUP(ref cell, cell range,FALSE),"Go to File")
Bookmarks