How to Create a Hyperlink in Excel Spreadsheet Using VBScript
Someone at the newsgroup asked this question. This is the VBScript that I wrote to accomplish this. Dim objExcel Set objExcel = WScript.CreateObject(“Excel.Application”) objExcel.Visible = […]