View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
mike allen mike allen is offline
external usenet poster
 
Posts: 11
Default detect worksheet

i would like to see if a specific worksheet is in a workbook. something
like:

If issheet("sheetX") Then
'look up stuff on 'sheetX'
Else
'don't look up stuff on 'sheetX'
End If

i realize "issheet" is wrong, but what would be correct? thanks, mike allen