Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
You need to open the workbook first, then use Application.Run to execute the
macro. E.g., Workbooks.Open "C:\path\FileName.xls" Application.Run "FileName.xls!MacroName" Workbooks("FileName.xls").Close savechanges:=False -- Cordially, Chip Pearson Microsoft MVP - Excel Pearson Software Consulting, LLC www.cpearson.com "santoshkumar" wrote in message ... I am required to run macro in closed excel workbook using VBA. pl help ------------------------------------------------ ~~ Message posted from http://www.ExcelTip.com/ ~~View and post usenet messages directly from http://www.ExcelForum.com/ |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel: Saved & closed workbook. Now locked for editing (?). | Excel Discussion (Misc queries) | |||
closed workbook macro | Excel Discussion (Misc queries) | |||
Create Move Macro for Closed Workbook | Excel Discussion (Misc queries) | |||
after creating macro button, closed excel then restarted excel | Excel Discussion (Misc queries) | |||
copy worksheet from closed workbook to active workbook using vba | Excel Worksheet Functions |