Continue to Site

Eng-Tips is the largest engineering community on the Internet

Intelligent Work Forums for Engineering Professionals

  • Congratulations waross on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. smanguns

    Check if Sheet exists

    You can use also the following function Public Function IsSheetExists(sname) As Boolean Dim x As Object On Error Resume Next Set x = ActiveWorkbook.Sheets(sname) If Err = 0 Then IsSheetExists = True _ Else IsSheetExists = False End Function have fun Sandra

Part and Inventory Search