Demonstration script that adds the words "Test Value" to cell 1,1 in a new spreadsheet.
Set excel = CreateObject( "Excel.Application" )
excel.Visible = True
excel.Workbooks.Add
excel.Cells( 1, 1 ).Value = "Test value"
Posted in MS-Excel
You must be logged in to post a comment.
Need to change license type from "concurrent" to "seat" or from "seat" ...
Recent Comments