View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
Skinman Skinman is offline
external usenet poster
 
Posts: 54
Default Excel Pop-up Question

Use data validation, input message. Select cell/s go to data validation
select input message, type message
"Steve" wrote in message
...
I have a spreadsheet with a column that contains a formula. I want to
create
a pop-up box that when someone trys to type in the cell it pops up with a
warning of sorts. I do know how to make it so that if some clicks in the
cell it creates a pop-up, but I only want the pop-up to appear when they
make
the cell active by double clicking in the cell or typing in the cell.

Is this possible??