View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
MIKESX MIKESX is offline
external usenet poster
 
Posts: 3
Default Activate web link via image object


Hi NickHK:

Thank you for your assistance. Here is what I put into the spreadsheet
marcos.

Sub HyperLinkedButton()
Dim SourceWS As Worksheet
Set SourceWS = Worksheets("DOWNLOAD-CALC")
With ActiveSheet
ThisWorkbook.FollowHyperlink

Application.Worksheetfunction.Lookup(.Range("H20") ,SourceWS.Range("FM3:
FM27"),SourceWS.Range("FN3:FN27"))&.Range("E16")
End With
End Sub

Your code seems short and sweet. I don't know if it works as yet,
because I am getting a compile error that highlights the"&" and says it
was expecting an "=" sign.???

Any ideas? I am on a Mac running Microsoft Office 2004. OSX 10.3.9.