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?
Bookmarks