View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
DRL DRL is offline
external usenet poster
 
Posts: 1
Default invoke commands used for excell

I am using a propritary software that can use script to invoke excel
operations. Is there a list of the commands that excel will accept. Basically
this software creates a report and until now the user would copy as a meta
and paste into excel. I need to
1) create the work book
2) create the worksheet(and name it with a variable that I already have)
3) place the data in the worksheet
and repeat for 10 worksheets.

Thanks