Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 33
Default Excel Command Buttons

I am trying to create a command button that will run a series of macros.
However the command button will only allow me to assign one macro. What is
another way that I can run several macros in a sequence with one button.
Instead of having to run them one at a time?
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 33
Default Excel Command Buttons

Thank you! Using the Call Run Code.


"Rodrigo Ferreira" wrote:

You can create a macro that call all the others

--

Rodrigo Ferreira


"Newbee" escreveu na mensagem
...
I am trying to create a command button that will run a series of macros.
However the command button will only allow me to assign one macro. What
is
another way that I can run several macros in a sequence with one button.
Instead of having to run them one at a time?




  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 79
Default Excel Command Buttons

You can create a macro that call all the others

--

Rodrigo Ferreira


"Newbee" escreveu na mensagem
...
I am trying to create a command button that will run a series of macros.
However the command button will only allow me to assign one macro. What
is
another way that I can run several macros in a sequence with one button.
Instead of having to run them one at a time?



  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 22,906
Default Excel Command Buttons

Sub run_all()
macro1
macro2
macro3
End Sub


Gord Dibben MS Excel MVP

On Tue, 21 Nov 2006 08:30:02 -0800, Newbee
wrote:

I am trying to create a command button that will run a series of macros.
However the command button will only allow me to assign one macro. What is
another way that I can run several macros in a sequence with one button.
Instead of having to run them one at a time?


  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 33
Default Excel Command Buttons

Application.run seems to be working fine. I don't know why I didn't think of
this I guess I'm just to bogged down in the details.

"Gord Dibben" wrote:

Sub run_all()
macro1
macro2
macro3
End Sub


Gord Dibben MS Excel MVP

On Tue, 21 Nov 2006 08:30:02 -0800, Newbee
wrote:

I am trying to create a command button that will run a series of macros.
However the command button will only allow me to assign one macro. What is
another way that I can run several macros in a sequence with one button.
Instead of having to run them one at a time?



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
Stop excel from dropping the 0 in the beginning of a number? Rosewood Setting up and Configuration of Excel 12 April 4th 23 02:12 PM
Excel docs not saving as excel docs Beth Excel Discussion (Misc queries) 6 September 12th 06 02:39 AM
Open Excel 2003 from Windows Explorer pmpjr Excel Discussion (Misc queries) 9 September 11th 06 03:58 PM
Need suggestions for some uses of Ms Excel Bible John Excel Discussion (Misc queries) 1 February 27th 06 05:30 PM
Excel Range Value issue (Excel 97 Vs Excel 2003) Keeno Excel Discussion (Misc queries) 2 June 13th 05 02:01 PM


All times are GMT +1. The time now is 02:42 AM.

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"