View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Vishal Vishal is offline
external usenet poster
 
Posts: 3
Default Two CSV file data to new excel file

I am having two CSV files. I need to generate new excel file while
running VBSCRIPT. That newly generated excel file sheet1 data should
be first csv file data and the same file sheet2 data should be second
csv file data.Newly generated excel file sheet1 name should be name of
the first csv file and the same file sheet2 name should be name of
the second csv file data.I need only in VBSCRIPT not in VBA

Thanks in advance for your help