#1   Report Post  
Member
 
Posts: 33
Default Multi Macro

Hi all,
I currently have 3 buttons that each activate a macro.
Does anyone know how i can have all 3 macros run in order under one button.

Thanks
Toms
  #2   Report Post  
Posted to microsoft.public.excel.misc
JE McGimpsey
 
Posts: n/a
Default Multi Macro

One way:

Have the button call Macro1:


Public Sub Macro1()
'Do something
Macro2
Macro3
End Sub

Public Sub Macro2()
'Do something else
End Sub

Public Sub Macro3()
'Something else again
End Sub


In article ,
GarToms wrote:

I currently have 3 buttons that each activate a macro.
Does anyone know how i can have all 3 macros run in order under one
button.

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
Search, Copy, Paste Macro in Excel [email protected] Excel Worksheet Functions 0 January 3rd 06 06:51 PM
Can T Get Macro To Run! Nipper New Users to Excel 2 November 4th 05 04:48 AM
Closing File Error jcliquidtension Excel Discussion (Misc queries) 4 October 20th 05 12:22 PM
Help with macro looping and color query function kevinm Excel Discussion (Misc queries) 10 May 26th 05 01:25 AM
Date macro Hiking Excel Discussion (Misc queries) 9 February 3rd 05 12:40 AM


All times are GMT +1. The time now is 10:59 PM.

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

About Us

"It's about Microsoft Excel"