How do I check whether a certain worksheet exists in the workbook? If not, go to next workbook. If yes, perform certain actions on it. I am looping through multiple workbooks.
Function WorksheetExists(app173 As String, Activeworkbook wb As Workbook) As Boolean
Dim app173 As Worksheet
Not sure what steps to include here in my case
End Function
Thanks!