Hi all, How to create an excel file using vbscripts.I had searched the net but just it mentions about opening the existing file using vb scripts. This is the extraction from the Internet shown below
Set objExcel = CreateObject("Excel.Application") Set objWorkbook = objExcel.Workbooks.Open("C:\Scripts\New_users.xls")
I want to know how do u create a new excel file or .xls using vb scripts .
Thanks and regards Maddy