Mike
If not familiar with VBA and macros, see David McRitchie's site for more on
"getting started".
http://www.mvps.org/dmcritchie/excel/getstarted.htm
In the meantime..........
First...create a backup copy of your original workbook.
To create a General Module, hit ALT + F11 to open the Visual Basic Editor.
Hit CRTL + R to open Project Explorer.
Find your workbook/project by name and select it.
Right-click and Insert>Module. Paste the code in there. Save the
workbook and hit ALT + Q to return to your workbook.
Run the macro by going to Tool>Macro>Macros.
You can also assign this macro to a button or a shortcut key combo.
To place a button on a Toolbar...Tools>Customize>Commands>Macros.
Drag the smiley-face button to your Toolbar.
Right-click and "Assign Macro". Select TOGGLECENTERACROSS and OK
Note: when you right-click you will also see "Change Button Image". There are
a bunch of button faces to pick from if you don't like smiley.
Gord
Hi Gord, Thanks for your feedback but I don't know how to enter the info you
provided. Can you provide further assistance. I appreciate it.
Mike
Gord Dibben MS Excel MVP