Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I would say to start with researching VB Scripting to automate MS Excel and
then go from there. You can do quite a bit more than these sites below are showing. It just takes some imagination. http://support.microsoft.com/kb/198703 http://www.activexperts.com/activmon...soffice/excel/ "DRL" wrote in message ... 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 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do I invoke a call in Excel | Excel Discussion (Misc queries) | |||
Invoke Java from Excel | Excel Programming | |||
invoke a function | Excel Programming | |||
Invoke a macro with the Enter key | Excel Programming | |||
Auto invoke of a VBA Sub function | Excel Programming |