Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
See my second point in the response I gave to Dave's posting.
-- Rick (MVP - Excel) "Gary''s Student" wrote in message ... Function SheetExists(SName As String, _ Optional ByVal wb As Workbook) As Boolean 'Chip Pearson On Error Resume Next If wb Is Nothing Then Set wb = ThisWorkbook SheetExists = CBool(Len(wb.Sheets(SName).Name)) End Function -- Gary''s Student - gsnu200845 "Tom" wrote: I want to test the worksheets collection for a specific worksheet name. True/False response is what I'm loking for. Suggestions? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Code Module in Sheets Collection | Excel Programming | |||
Loading Sheets into a Customer Collection | Excel Programming | |||
VSTO: Sheets collection a 1-based array(?!?!?) | Excel Programming | |||
creating a collection of Sheets references | Excel Programming | |||
collection of sheets | Excel Programming |