View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
ben ben is offline
external usenet poster
 
Posts: 67
Default Avoid any input from user

if you want to use vba you can use the worksheetselectionchange event
and everytime that cell is selected, move to another one before the user can
take an action

--
When you lose your mind, you free your life.
Ever Notice how we use '' for comments in our posts even if they aren''t
expected to go into the code?


"Shinya Koizumi" wrote:

Without protecting sheet, is there any way to avoid
any input for a particular cell? I tried with the validation
,but I can still copy and paste on the cell.
I want to use this cell just for display

SK