View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
papa jonah papa jonah is offline
external usenet poster
 
Posts: 7
Default Does a worksheet exist?

I am trying to figure out what sort of code I can use in my vba that
would allow it to recognize whether a worksheet with a particular name
exists or not. I would like to use it in conjunction with an if-then
so that it will do one thing or another dependent on the presence (or
lack of) this sheet.

TIA