I am trying to create a macro in Microsoft Word using a COMMAND BUTTON and not the "hyperlink" box
I typed in the following but not linking me to the site
do I have to change the ActiveWorkbook to something else
Private Sub CommandButton8_Click()
ActiveWorkbook.FollowHyperlink Address:="https://tamis.army.mil", _
NewWindow:=True
End Sub
I typed in the following but not linking me to the site
do I have to change the ActiveWorkbook to something else
Private Sub CommandButton8_Click()
ActiveWorkbook.FollowHyperlink Address:="https://tamis.army.mil", _
NewWindow:=True
End Sub