Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Email address in excel
Message
From
10/08/2007 12:52:00
 
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Environment versions
Visual FoxPro:
VFP 9
Miscellaneous
Thread ID:
01247406
Message ID:
01247438
Views:
26
that does not create the effect. Underlined hyperlink.
well. I guess I have to live woith what i've got


Thansk


pETER
>oXL = CREATEOBJECT("excel.application")
>WITH oXL
> .Workbooks.Add()
>
> WITH .activesheet
> .range("B2").Hyperlinks.Add(.range("B2"), "http://www.tek-tips.com/index.cfm")
> .range("B2").Hyperlinks(1).TextToDisplay = "Tek-Tips Home"
> .range("B:B").EntireColumn.Autofit
> ENDWITH
>
> .visible=.t.
>ENDWITH
Peter Cortiel
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform