Jason,
You're a trusting soul. Even if the user doesn't disable macros, reads your
nice message, and even takes it to heart, he may still accidentally clobber
the stuff in columns a-g. The more typical way to handle this is to
disallow entry by locking the cells (they're already locked, and you can
unlock other cells into which data entry IS to be allowed with Format -
Cells - Protection), then protecting the sheet (Tools - Protection - Protect
sheet).
Or you can totally disallow entry with Data Validation - Custom, using this
formula:
="Pigs" = "Fly"
You can put your nice message that will appear when a feckless user attempts
to type stuff into a cell. SOmething like:
"You moron, didn't you read the message?
You can't type anything into these cells. Go away."
You can also put an input message that pops up any time the user so much as
just selects one of the restricted cells:
"Don't type on me."
Earl Kiosterud
mvpearl omitthisword at verizon period net
-------------------------------------------
jason hope said:
How do I have a "message box" (I think thats what I want) automaticly open
and dispaly the following message "Do not modify data in columns a-g"
everytime someone opens a certain Excel Spreadsheet?