View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Graham[_5_] Graham[_5_] is offline
external usenet poster
 
Posts: 13
Default Option Compare Text

Hi,

I am trying to perform a certain operation via AutoOpen
that will only run if the workbook name is "template" for
example. If the workbook name is anything else I would
like AutoOpen to ignore the procedure. I have been advised
to use Option Compare Text, but I don't know how! Help
please!

Thanks
Graham