Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() I want to open BATCH.bat in a macro. I tried 'ReturnVal = Shell("C:\BATCH.bat", 1)' and it opens a DO window and runs through about 20 different command lines very quickl without executing any of them. HELP -- Chuckles12 ----------------------------------------------------------------------- Chuckles123's Profile: http://www.excelforum.com/member.php...fo&userid=1494 View this thread: http://www.excelforum.com/showthread.php?threadid=38566 |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
You have another reply at your other thread.
Chuckles123 wrote: I want to open BATCH.bat in a macro. I tried 'ReturnVal = Shell("C:\BATCH.bat", 1)' and it opens a DOS window and runs through about 20 different command lines very quickly without executing any of them. HELP. -- Chuckles123 ------------------------------------------------------------------------ Chuckles123's Profile: http://www.excelforum.com/member.php...o&userid=14948 View this thread: http://www.excelforum.com/showthread...hreadid=385662 -- Dave Peterson |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have two files file1.xls & file2.xls. I first open file1.xls, subsequently
through VBA code in file1.xls, I need to open file2.xls and execute an macro in file2.xls. Do anybody have suggestions? I am able to open file2.xls through this command, but unable to execute any macro in that. Workbooks.Open Filename:= Thanks Mahendhra |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi Mahendra,
Try: Application.Run ("File2.xls!YourMacroName") --- Regards, Norman "Mahendhra" wrote in message ... I have two files file1.xls & file2.xls. I first open file1.xls, subsequently through VBA code in file1.xls, I need to open file2.xls and execute an macro in file2.xls. Do anybody have suggestions? I am able to open file2.xls through this command, but unable to execute any macro in that. Workbooks.Open Filename:= Thanks Mahendhra |
#5
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Thanks!! It is working for me now.
"Norman Jones" wrote: Hi Mahendra, Try: Application.Run ("File2.xls!YourMacroName") --- Regards, Norman "Mahendhra" wrote in message ... I have two files file1.xls & file2.xls. I first open file1.xls, subsequently through VBA code in file1.xls, I need to open file2.xls and execute an macro in file2.xls. Do anybody have suggestions? I am able to open file2.xls through this command, but unable to execute any macro in that. Workbooks.Open Filename:= Thanks Mahendhra |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Would Like to Automate Batch File Creation and Text FIle Import | Excel Discussion (Misc queries) | |||
batch file to open multiple worksheets | Excel Discussion (Misc queries) | |||
How can I batch open a txt file in excel 2003 and save back as a . | Excel Discussion (Misc queries) | |||
Create a batch file from a number of Excel File | Excel Programming | |||
Batch Open and Save | Excel Programming |