excel / VB personal library

  • Thread starter Thread starter rhXX
  • Start date Start date
R

rhXX

hi all,

how i can create a "personal" library with modules i have written, and
i use frecuently in different excel applications?

now i copy & paste modules from an old excel app to the new one. i
think that there must be a more elegant form????

tks in advance
 
Store them in the PERSONAL.xls file which opend automatically with
Excel. If you don't have one already, go to Tools|Macro|Record New
Macro and in the Store In field, select Personal Macro Workbook and
click OK. Now you can stop the recoding of the macro. We were only
using it to create the PERSONAL.xls file. Now you can go into VBE (Alt
+F11) and you will see the PERSONAL.xls file in the Project Explorer
window. Place your commonly used modules in there and you are good to
go. They will be available each time you open Excel.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top