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 Start a Macro within another Macro

If the macro is in the same workbook, just call it

DeleteBoldOtto

--
HTH

Bob Phillips

(remove nothere from email address if mailing direct)

"Scott Wagner" wrote in message
...
This is a really easy one...

How do I start another macro from within another Macro?

Is this the best method?

Application.Run "testing.xls!DeleteBoldOtto"