A
Ariel
I am creating a report in Word that is written in Excel (due to a large
number of actions that needs to occur there).
In any case, I need to insert hyperlinks in the document, and the following
code does not work. WordApp has already been dim'ed:
With WordApp.ActiveDocument
.Hyperlinks.Add Anchor:=Selection.Range, Address:= _
"http://www.ohsu.edu/hms/survey/activity/brief", SubAddress:="", _
ScreenTip:="", TextToDisplay:="Activity"
End With
number of actions that needs to occur there).
In any case, I need to insert hyperlinks in the document, and the following
code does not work. WordApp has already been dim'ed:
With WordApp.ActiveDocument
.Hyperlinks.Add Anchor:=Selection.Range, Address:= _
"http://www.ohsu.edu/hms/survey/activity/brief", SubAddress:="", _
ScreenTip:="", TextToDisplay:="Activity"
End With