View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Randall Randall is offline
external usenet poster
 
Posts: 20
Default Does a sheet exist

Given a sheet name, I am trying to write some code that returns TRUE if a
sheet exists and FALSE if it does not.

Ex: SheetName = "Bob", Returns TRUE if there is a sheet by this name,
returns FALSE if it does not.

Thanks