Thread: Cell input mask
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Dan N[_2_] Dan N[_2_] is offline
external usenet poster
 
Posts: 11
Default Cell input mask

Is there a way to create an input mask for a cell to only allow the entry of
letters or numbers (no symbols)? And if the user enters a symbol, I need to
display a message saying "Enter letters and numbers only."

Any help will be GREATLY appreciated.