View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Dave Peterson Dave Peterson is offline
external usenet poster
 
Posts: 35,218
Default Best Way to Share Custom Buttons?

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