Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
What would be the best way to share custom Excel buttons that are linked to
VBA macros with the least possible amount of end-user effort? Thanks, Anony |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
What do you mean by custom buttons? If you mean toolbarbuttons you can just
have them built in with your code. -- -John Please rate when your question is answered to help us and others know what is helpful. "Anony" wrote: What would be the best way to share custom Excel buttons that are linked to VBA macros with the least possible amount of end-user effort? Thanks, Anony |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I'd add some options to the menu bar or build a toolbar that allows the user
easy access to the macros. For additions 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) Anony wrote: What would be the best way to share custom Excel buttons that are linked to VBA macros with the least possible amount of end-user effort? Thanks, Anony -- Dave Peterson |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How to share custom table styles in excel 2k7 | Excel Discussion (Misc queries) | |||
Share a custom macro toolbar | Excel Programming | |||
How can I share custom Toolbars and Menus | Excel Discussion (Misc queries) | |||
How do I share a custom toolbar with another user? | Excel Discussion (Misc queries) | |||
custom toolbar buttons are saved where? Excel loads twice bymistake and all my custom toolbar buttons get gone!!! | Excel Programming |