C
Corey
I used the macro recorder to record a hyperlink and the result was :
ActiveSheet.Hyperlinks.Add Anchor:=Selection, Address:="BSL%20PK/POST%20Project%20Reports"
How can i have it run by a form button rather than adding the Hyperlink to the cell, then having to
click on the cell for it to run ?
ActiveSheet.Hyperlinks.Add Anchor:=Selection, Address:="BSL%20PK/POST%20Project%20Reports"
How can i have it run by a form button rather than adding the Hyperlink to the cell, then having to
click on the cell for it to run ?