Add a Hyperlink to an Excel File

1
2
Dim excel as new ExcelApplication
excel.Workbooks.Add
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
This code creates a new Excel Application that has a hyperlink. Microsoft Excel must be installed and the MSOfficeAutomation.rbx plugin must be placed in the Xojo plugins folder.

Be the first to comment

You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.