View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
AD108 AD108 is offline
external usenet poster
 
Posts: 72
Default Validate Workbook Name

What would be a good method to validate the name a workbook is saved as.
For example, I want to force the user to save a template workbook with the
words "*Air Container*" included in the name. Note the wildcards, as each
file will have a seperate name, but must include the words Air Container.

Thanks in advance.

AD108