I am hoping to have some Hyperlink buttons on a spreadsheet.
I can have the links there and just click the cell but the buttons look that bit fancier.
My link currently is =HYPERLINK(("[L:\General_Data\Cordis_QC\Sample tracker\2011\Tracker 2011.xls]'Tracker'!A1"),"Analytical Sample Tracker")
How do I set up the MAcro to activate the button.
So far I have
Sub Button1_Click()
End Sub
I can have the links there and just click the cell but the buttons look that bit fancier.
My link currently is =HYPERLINK(("[L:\General_Data\Cordis_QC\Sample tracker\2011\Tracker 2011.xls]'Tracker'!A1"),"Analytical Sample Tracker")
How do I set up the MAcro to activate the button.
So far I have
Sub Button1_Click()
End Sub