
September 11th, 2006, 02:26 PM
|
|
Contributing User
|
|
Join Date: Mar 2004
Posts: 104
Time spent in forums: 1 Day 4 h 11 m 18 sec
Reputation Power: 5
|
|
|
Vba to call macro in excel doc
i have one more for you all.
i am attempting to run a macro called "Converter_Macro" which is stored as a excel file called "Converter" stored on my C drive. i don't want to open the file.....i just want to run the macro
what is the vba to run a macro in mc excel....
Excel.Application.Workbooks.Open "C:\Converter.xls"
Excel.Application.Visible = False
i'd want to RUN the MACRO CALLED "Converter_Macro"
Excel.Application.Quit
thanks again
TukTuk
|