works but is still limited. By creating a macro, this worked:
Sub MacLink()
'
' MacLink Macro
Range("A1").Select
ActiveSheet.Hyperlinks.Add Anchor:=Selection, Address:= _
"Enter your hyperlink here", TextToDisplay:="Whatever Name You Want"
End Sub
I am using another auto_open mac and running it on the task scheduler to do those tasks while away.
work......
thanks