Zack,
I remember your code for that. Can you post a link to it for me? I always wanted to add it to my snippets.
sj,
To add a personal macro workbook(This is a workbook that opens in the background everytime you open excel, Great place to store generic macro's) just do this.
1. Right click on your toolbars and add the visual basic toolbar.
2. Press the red button to record.
3. In the dialog, change the store macro in: to
personal macro workbook.
4. Press OK.
5. Stop the macro.
This causes excel to create a personal macro workbook for you.
If you press Alt-F11 to open the vbe, you should see it in the project explorer.
6. Using the project explorer, add a new module.
7. Paste the code to this module.
8. Close the vbe and close excel, you should be prompted to save the personal macro workbook, make sure you click OK.
9. Open excel and click on the run macro button.
10. select the macro from you list(Should only have one)
11. Click on options.
12. Select your shortcut key here, and OK out of the dialog.
You should be in business now.
HTH
Cal