Hi Guys,
Could you please check what's missing? I want to find sheet even though part of its name only is being searched.
Sub FindWS()
Dim strWSName As String
strWSName = InputBox("Enter the sheet name to serach for")
If strWSName = vbNullString Then
Exit Sub
End...