Search found 2 matches

by doug4knfpu
Thu Aug 02, 2012 7:24 pm
Forum: Scripts and Tips
Topic: Automate Excel with VBScript
Replies: 3
Views: 35616

Thanks for the reply, I found my answer on microsoft.com
by doug4knfpu
Wed Jul 25, 2012 4:28 pm
Forum: Scripts and Tips
Topic: Automate Excel with VBScript
Replies: 3
Views: 35616

Re: Automate Excel with VBScript

Contributed By: Marcus Tettmar mtettmar@mjtnet.com Submitted On: 21/02/03 VBSTART Sub ExcelExample Dim xlApp Dim xlBook Dim xlSheet Set xlApp = CreateObject("Excel.Application") Set xlBook = xlApp.Workbooks.Add Set xlSheet = xlBook.Worksheets(1) xlApp.visible = True 'optionally make the sheet visib...
Sign up to our newsletter for free automation tips, tricks & discounts