View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.programming
Dave Peterson Dave Peterson is offline
external usenet poster
 
Posts: 35,218
Default Two marcos, same shortcut

Use descriptive captions on buttons. Use tooltips. Include some documentation
for the user.

Put your addin on a common network drive if possible.

And in xl2003 menus:
tools|addins|browse
Tell them to use the UNC path (\\servername\sharename\path\add.xla)
to install it.

Jan Kronsell wrote:

I get that. And I think I wll end up with that. The problem is, that the
users dont know anything about add-ins. And there will be produced new
macros from time to time, meaning that they have to install new add-ins from
time to time. I "fear" that i will have to teach them how to install and how
to use them every time. And I)m not sure how to make buttonss in the
toolbar, that intuitively tells the user, which botton to use in which
workbook?

Jan


--

Dave Peterson