I have a workbook that creates another workbook on opening using
Set Freshwkbk = Workbooks.Add I have this as a Public Variable.
If I close the Freshwkbk workbook, when code is run on the original workbook I am unable to tell that the Freshwkbk has been closed. If I put ?Freshwkbk is nothing...