Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
DiscussionsAccessExcelInfoPathOutlookPowerPointPublisherWord
DirectoryUser Groups
Related Topics
Outlook ExpressInternet ExplorerWindowsMS Server ProductsMore Topics ...

MS Office Forum / Excel / New Users / February 2008

Tip: Looking for answers? Try searching our database.

Is it possible to run more than one macro using one command button?     if yes, how??

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
samergadelrab@gmail.com - 26 Feb 2008 11:43 GMT
Hello,
I had many macros that i want to run them all at once but not upon the
opening of the excel workbook. i want to have one command button that
runs them all. is it feasible??
Samer Gamal
Roger Govier - 26 Feb 2008 12:27 GMT
Hi

Create another Macro that calls each other macro in turn.

Sub RunAll()

Call Macro1
Call Macro2
.
.
.
Call MacroX
End Sub

Signature

Regards
Roger Govier

> Hello,
> I had many macros that i want to run them all at once but not upon the
> opening of the excel workbook. i want to have one command button that
> runs them all. is it feasible??
> Samer Gamal
samergadelrab@gmail.com - 26 Feb 2008 13:05 GMT
Thanks a lot, i was just asking about the run macro command in VBA.
Thanks again, really appreciate :)
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.