What do you mean by this:
All sheets have macros.
Does this mean that you have events associated with various worksheets or that
all spreadsheets(=workbooks) have macros?
If you mean that each workbook has the same macros, you could remove all that
code and create an addin. Then give the user a way to run the common macro--via
options on the menubar or from a toolbar.
If you want to add an option to the worksheet menu bar, I really like the way
John Walkenbach does it in his menumaker workbook:
http://j-walk.com/ss/excel/tips/tip53.htm
Here's how I do it when I want a toolbar:
http://www.contextures.com/xlToolbar02.html
(from Debra Dalgleish's site)
flow23 wrote:
I have various excel database with macros. All sheets have macros. Is it
possible to have a word file (a central place) where user can click a button
and run those macros?
--
Dave Peterson