Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Creating Hyperlinks in Excel
Message
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Miscellaneous
Thread ID:
00405617
Message ID:
00405661
Views:
15
>xl.activesheet.Hyperlinks.Add ("a1","","Sheet1!A20")


I don't have Excel 2000, so I don't know what your second parameter is, but I saw your error as well.

Change your line above to read:

xl.activesheet.hyperlinks.add(x1.activesheet.range("a1"), "Sheet1!A20")


HTH,
Marty
Marty Smith, CSQE
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform