View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
Bob Phillips[_6_] Bob Phillips[_6_] is offline
external usenet poster
 
Posts: 11,272
Default one button for many (macro)

You don't, you create a new macro assigned to that button that runs the 6
macros sequentially.

--

HTH

RP
(remove nothere from the email address if mailing direct)


"uriel78" wrote in message
...
I've got a sheet in a workbook where I put 6 buttons; each one is assigned
to a macro and for my purpouse (and to control that code I write do the
right thins) I press them sequentially from 1 to 6 . Now, how can I define
another

TIA button that "press" buotton from 1 to 6 sequentially...?