View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Pete at Sappi Fine Paper[_2_] Pete at Sappi Fine Paper[_2_] is offline
external usenet poster
 
Posts: 2
Default running a command button from a program

I have a spreadsheet with many command buttons, each running code that takes
several minutes to complete. I'm trying to create a "master button", which
will run all of the other command buttons. You would think that a nice
simple line like:

cmdReport.Run

.... would do the trick. Unfortunately that doesn't work, nor does anything
else I have tried. The help files are not helpful on the subject and I can't
find an answer online. Can anyone help?