View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
RangerTom RangerTom is offline
external usenet poster
 
Posts: 2
Default How can I programmatically check in Excel 2002 if a sheet exists?

from within the workbook, using VB, I need check all of the worksheet names
to see if a name exists - listnames method(?) pastes them to a cell but I
need to check within the list to see if it exists. Thanks.