Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1,173
Default Call one Macro after another

It's difficult to know what to advise without seeing code, as this doesn't
seem a satisfactory way to run one operation but

Sub Macro1()
'Do Stuff
Macro2
End Sub

Sub Macro2()
'Do Stuff
Macro3
End Sub

Sub Macro3()
'Do Stuff
End Sub

--
HTH
Nick Hodge
Microsoft MVP - Excel
Southampton, England
DTHIS
www.nickhodge.co.uk


"MacroLearning" wrote in message
...
I am working with one workbook and 23 sheets. The macro goes from one
sheet
to the other, but it's too large so I built 3 macros to continue where the
previous one left. The macros are all one workbook. Right now, I'll run
the
first macro, that stops, then I run the second one and then the third.
How
can I call the macros to run one after the other without stopping in
between?


Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
How can run a macro ( call a macro) on selection of any filtercriteria? [email protected] Excel Worksheet Functions 7 February 20th 09 12:34 AM
Call an Access macro from an Excel macro Jason W Excel Discussion (Misc queries) 1 May 1st 08 08:33 PM
Excel Macro call Word Macro with Parameters Bill Sturdevant[_2_] Excel Programming 9 May 24th 07 12:21 AM
Call macro stored in Excel workbook from Outlook's macro Gvaram Excel Programming 0 October 4th 06 05:47 PM
macro call Steve Excel Discussion (Misc queries) 12 August 25th 06 04:27 AM


All times are GMT +1. The time now is 09:36 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"