If you save the workbook as an addin, then the macros won't appear in that
dialog.
You can either give the user a way to access the macros (toolbar???). If I have
lots of stuff, I like to modify the menu bar (John Walkenbach's code).
Or you could save the file as a normal workbook (.xls).
You may want to open the workbook, save it as a normal workbook, then use
Windows|Hide to hide the workbook's window.
Then close excel. You'll be asked if you want to save the file (with the
windows hidden). If you answer yes, then when you open the workbook, it won't
be visible. But the macros will be available in that tools|macro dialog.
If you have a personal.xls file, I bet you've done something like this already.
Daniel M wrote:
>
> OK i understand i can save a excel file with a custom menubar in it. in that
> menubar i can call macros. but the macros themselves do not show up when i do
> tools...macros. Is there a way for this to happen?
>
> THanks.
>
> daniel.
>
> "Dave Peterson" wrote:
>
> > Sure.
> >
> > In fact, you may want to save your macros in an addin. Then the users could use
> > tools|addins and browse to that location.
> >
> > And you may want to give the user a way to execute 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)
> >
> > If you want to learn about modifying the ribbon in xl2007, you can start at Ron
> > de Bruin's site:
> > http://www.rondebruin.nl
> > or
> > http://www.rondebruin.nl/ribbon.htm
> >
> >
> > Daniel M wrote:
> > >
> > > I have a few macros i am writing for mulitple users to access in multiple
> > > spreadsheets that may get updated on occation. Is there a way to store them
> > > on a server and have everyone pointed to it? I dont really want to have to go
> > > update everyones machine with a new personal.xls file each time. Any other
> > > suggestions?
> > >
> > > Thanks.
> >
> > --
> >
> > Dave Peterson
> >
--
Dave Peterson