My code looks through all workbooks to find the complete name of the workbook.
I want to add a check if the workbook is not found.
I thougt this would work, but it doesn't.
If AWorkbook Is Nothing Then MsgBox "A not found!"
Any pointers?
Public AWorkbook As Workbook
Public BWorkbook As...