Logo 
Search:

MS Office Answers

Ask Question   UnAnswered
Home » Forum » MS Office       RSS Feeds
  Question Asked By: Glenn Duncan   on Mar 01 In MS Office Category.

  
Question Answered By: Cadeo Nguyen   on Mar 01

You could create  a command  button that runs the code associated with each of
the other command buttons.

For example, when you click  the command button  labeled "Combined" it runs
the following code (we'll assume that the first command button runs code
called "commandbutton1", the second one runs "commandbutton2", etc.)

public sub combined()

commandbutton1
commandbutton2
commandbutton3

end sub

Share: 

 
 


Tagged: