View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Dave[_35_] Dave[_35_] is offline
external usenet poster
 
Posts: 2
Default dissallow characters

I have a form that emails a sheet and uses the input from
a cell on the sheet to name the emailed workbook. Because
of this I want the user to "not" be allowed to enter
certain characters that can't be part of a filename such
as [ ] \/ etc into that cell. Is there a way to do this?

Any help would be much appreciated.