View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
Bob Phillips[_6_] Bob Phillips[_6_] is offline
external usenet poster
 
Posts: 11,272
Default Calling an excel 4.0 macro from vba in Excel 2002

Hi Dave,

Never done it myself, but VBA has an ExecuteExcel4Macro method which should
do want you want.

--

HTH

Bob Phillips
... looking out across Poole Harbour to the Purbecks
(remove nothere from the email address if mailing direct)

"Dave" wrote in message
...
I want to call an existing excel 4.0 macro in a macro written in vba in

excel 2002.
The excel 4.0 macros are quite complex so I don't want to convert them.
any ideas?