‘============================================================== ‘ NAME: VBSCriptControlExcel.vbs ‘ AUTHOR: Neal Walters ‘ DATE : 3/19/2006 ‘ http://VBScript-Training.com ‘ ‘============================================================== Set objExcel = CreateObject(“Excel.Application”) objExcel.Visible = True objExcel.Workbooks.Add objExcel.Cells(1, 1).Value = “Fred Flinstone” objExcel.Cells(1, 2).Value = “Bedrock” objExcel.Cells(2, 1).Value = “Barnie Rubble” objExcel.Cells(2, 2).Value = “Bedrock” objExcel.Cells(1, 1).Font.Bold = TRUE objExcel.Cells(1, 1).Font.Size = 14 objExcel.Cells(1, 1).Font.ColorIndex = 3
Read More...- Subscribe via RSS
Pages
Categories
Blogroll
Tags
Add Folder browser Collections delete Dictionary Object Disk Drives Drives Enumerate Excel Explode File File I/O Files FileSystemObject Folder Folders FSO Hardware HTML HTTP Post I/O Input List MS-Excel Name/Value Pairs Output Prompt Read ReadAll ReadLine Recursion Recursive RegEx Regular Expressions remove Scripting.Dictionary Scripting.FileSystemObject Show spreadsheet User Input Web Write WriteLine Write to File XML