View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
kunal Sharma kunal Sharma is offline
external usenet poster
 
Posts: 1
Default preventing special character from being entered in cell

hi all
My application requires that all keyboard characters can be entered in cells
in excelsheet.
However special charcters like ‚¬ ç ì etc entered by using
(alt0128)(alt135)(alt141) canot be entered.A warning message should be thrown.
Is this possible,if yes how???
Thanks