Loading |
VBScript |
JavaScript |
Powershell |
Search Options: Add Data to a Spreadsheet CellContent of Add Data to a Spreadsheet Cell.vbsMD5 Hash: 02848AFE19A37D367BE6916A94A73EC6 |
||
' Description: Demonstration script that adds the words "Test Value" to cell 1,1 in a new spreadsheet.
Set objExcel = CreateObject("Excel.Application") objExcel.Visible = True objExcel.Workbooks.Add objExcel.Cells(1, 1).Value = "Test value" | ||
© 2008 - 2013 Boris Toll :: Scripts available: 6.481 :: :: scriptbox.toll.at :: :: powered by www.toll.at :: |