Hi
you can do this with a worksheet_caculate or worksheet_change procedure on
your won (see:
http://www.cpearson.com/excel/events.htm). But these will
probably slow down your spreadsheet significantly (if you have many rows to
process)
If this goes to other clients you may consider changing your spreadsheet
layout a little bit or using a userform four your data entries instead
--
Regards
Frank Kabel
Frankfurt, Germany
schrieb im Newsbeitrag
oups.com...
I will probably have to use the VBA code. The spreadsheet will need to
be distributed to other clients and I dont want to have to add a
plug-in. (Can the plug-in be attached to a sheet to "go along with it")
The thing about using code that I'm confused about is how to make it so
that it applies to all cells in a column. I want to be able to insert
cells and add records randomly and those inserted cells need to carry
the same format.
I apologize if that is a simple process. I am just a couple of rungs
above clueless when it comes to VBA.
Thanks again,
Robbie