Glad you got it working.
If you have the code that you like finished, you can:
Start a new workbook
Copy that code into a new module in that new workbook's project.
Then save that new workbook with a nice name: DebbieSueUtils.xls
Then open this file whenever you need to run the macro (or any of the macros
that you create in the future!).
You'll be able to activate your data workbook/worksheet and run your macro
(tools|macros|macro or alt-f8). (You could even use a shortcut key (if you have
a good memory!).)
Personally, I like a nicer interface--maybe a new item on the Worksheet Menu
bar--or a separate toolbar.
If you want to go this route, you could save that DebbieSueUtil workbook as an
addin (it's an option in the file|saveAs dialog).
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)
In xl2007, those toolbars and menu modifications will show up under the addins.
And if you use xl2007:
If you want to learn about modifying the ribbon, you can start at Ron de Bruin's
site:
http://www.rondebruin.nl/ribbon.htm
http://www.rondebruin.nl/qat.htm -- For macros for all workbooks (saved as an
addin)
or
http://www.rondebruin.nl/2007addin.htm
ok. Can you tell me if I can save this Macro to work in ANY excel file I have
open?