Close workbook

O

Oldjay

I want to close Tempdata.xls if it is open

If ActiveWorkbook = "Tempdate.xls" Then
ActiveWorkbook.Close

The above doesn't work
 
B

Bob Greenblatt

I want to close Tempdata.xls if it is open

If ActiveWorkbook = "Tempdate.xls" Then
ActiveWorkbook.Close

The above doesn't work
Looks like you spelled tempdate wrong. Or is it tempdata that is wrong.
 
Top