Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
hi,
plzzzzz help me...... i'm having problem of accessing my macr ("MacroHDRoster") from schedule task. The macro is kept in the Persona Macro workbook. i've have created a file with the following code an saved as "RunHDMacro.vbs"..... Const xlName = "C:\Documents anSettings\nunguyen\Applicatio Data\Microsoft\Excel\XLSTART\PERSONAL.xls" Dim xl, Wbk Set xl = WScript.CreateObject("Excel.Application") Set Wbk = xl.Workbooks.Open(xlName) xl.Run "MacroHDRoster" Wbk.Save Wbk.Close False xl.Quit Set xl = Nothing ..... and try to run it from schedule task but they can find the macro..... can someone point me in the right direction..... -- Message posted from http://www.ExcelForum.com |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do I schedule a task to print a document | Excel Discussion (Misc queries) | |||
Problem in running a macro from VB6 | Excel Discussion (Misc queries) | |||
Schedule a macro running | Excel Discussion (Misc queries) | |||
Macro running problem | Excel Discussion (Misc queries) | |||
Task Schedule for Macro | Excel Programming |