O
Oldjay
I want to close Tempdata.xls if it is open
If ActiveWorkbook = "Tempdate.xls" Then
ActiveWorkbook.Close
The above doesn't work
If ActiveWorkbook = "Tempdate.xls" Then
ActiveWorkbook.Close
The above doesn't work