Jan 27, 2003 #1 Ixthus Programmer Jan 14, 2003 1 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 Oct 15, 2001 1,971 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