Put it in your Personal.xls workbook.

Signature
__________________________________
HTH
Bob
> Yesterday I found the proper name case module in this discussion thread.
> It
[quoted text clipped - 5 lines]
>
> Thanks for any help in advance.
OK, can you explain that a bit further, I am really new to the modules.
Thanks !!!
> Put it in your Personal.xls workbook.
>
[quoted text clipped - 7 lines]
> >
> > Thanks for any help in advance.
Susan - 31 Jul 2008 14:21 GMT
if you have the workbook open that currently contains the module, in
the VBA editor you will see the name of that workbook, and the name of
"Personal.xls". drag the module to the personal.xls & it will place a
copy there. if you want, delete the original from the first workbook.
then, in the excel workbook, right click up in the toolbars and choose
"customize". under "commands" go to "macros" & you will see a yellow
smilie face called custom button. drag that up into your toolbars
wherever you want it. right click the new yellow smilie face and
"assign macro", choosing the one in the personal.xls. then click
"close".
now that button will run that macro whenever you click on it.
if you don't see personal.xls, that means one hasn't been created
yet. record a simple macro & choose that it be stored in your
personal.xls, and that will create it. you can always delete the
simple macro afterwards.
again, post your code if it needs to be made more general (without
specific sheet names, etc.).
hope that helps
:)
susan
> OK, can you explain that a bit further, I am really new to the modules.
> Thanks !!!
[quoted text clipped - 18 lines]
>
> - Show quoted text -
Bob Phillips - 31 Jul 2008 15:30 GMT
Personal.xls is located in the XLStart directory, and is used to store
macros and
things that you want to be available to all workbooks, whenever you start
Excel.
You can create it by
- goto Tools>Macros>Record New Macro...
- Choose Personal Macro Workbook form the dropdown
- OK
- click the Stop button on the toolbar that pops-up
You now have a Personal.xls workbook. It is not visible though, it is hidden
by default (Windows>Unhide)

Signature
__________________________________
HTH
Bob
> OK, can you explain that a bit further, I am really new to the modules.
> Thanks !!!
[quoted text clipped - 12 lines]
>> >
>> > Thanks for any help in advance.
Ron de Bruin - 31 Jul 2008 17:29 GMT
See also
http://www.rondebruin.nl/personal.htm

Signature
Regards Ron de Bruin
http://www.rondebruin.nl/tips.htm
> OK, can you explain that a bit further, I am really new to the modules.
> Thanks !!!
[quoted text clipped - 10 lines]
>> >
>> > Thanks for any help in advance.