I need to use a value in a CELL to create a hyperlink. So for example If I had TEST in my cell I would like to click a button and go to
This is what I have so far;
Private Sub CommandButton1_Click()
ActiveWorkbook.FollowHyperlink Address:=" _
NewWindow:=True
End Sub
I just cant figure out how to grab the cell value andd put it into the command.
Regards,
Wray
This is what I have so far;
Private Sub CommandButton1_Click()
ActiveWorkbook.FollowHyperlink Address:=" _
NewWindow:=True
End Sub
I just cant figure out how to grab the cell value andd put it into the command.
Regards,
Wray