Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Email address in excel
Message
De
10/08/2007 12:52:00
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
COM/DCOM et OLE Automation
Versions des environnements
Visual FoxPro:
VFP 9
Divers
Thread ID:
01247406
Message ID:
01247438
Vues:
27
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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform