Jan 27, 2003 #1 Ixthus Programmer Joined Jan 14, 2003 Messages 1 Location US How do I run an Excel macro from Word using parameters established in Word. Thanks in advance.
Jan 27, 2003 #2 RobBroekhuis Technical User Joined Oct 15, 2001 Messages 1,971 Location US Assuming you have an excel application variable already established, named xl, you'd use: xl.run "macroname",arg1,arg2,.... For some reason, this works for macros contained in the currently active workbook in Excel, but not for macros in personal.xls. Rob Upvote 0 Downvote
Assuming you have an excel application variable already established, named xl, you'd use: xl.run "macroname",arg1,arg2,.... For some reason, this works for macros contained in the currently active workbook in Excel, but not for macros in personal.xls. Rob