Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Adding hyperlinks to excel
Message
De
11/03/2014 11:34:27
 
 
À
11/03/2014 11:30:46
Information générale
Forum:
Visual FoxPro
Catégorie:
COM/DCOM et OLE Automation
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows Server 2012
Network:
Windows 2008 Server
Database:
MS SQL Server
Application:
Web
Divers
Thread ID:
01596105
Message ID:
01596108
Vues:
47
Hi rick no I'm afraid not.



>Just a guess. Does using .FormulaR1C1 instead of .Value make a difference?
>
>
>>Hi
>>I want put some hyperlinks in a spreadsheet but when I add them they appear as text
>>How can I add a hyperlink and have it appear as such
>>Thanks
>>
>>SET STEP ON
>>oExcel = CreateObject("Excel.Application")
>>if vartype(oExcel) != "O"
>> * could not instantiate Excel object
>> * show an error message here
>> return .F.
>>ENDIF
>>oWorkbook = oExcel.Application.Workbooks.Add()
>>
>>
>>
>>oExcel.Range("b2").Value = "http:/bbc.co.uk"
>>
>>if val(oExcel.Version) > 11
>> oWorkbook.SaveAs("C:\temp\foobar.xls", 56) && xlExcel8
>>else
>> oWorkbook.SaveAs("C:\temp\foobar.xls")
>>ENDIF
>>
>>oExcel.quit()
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform