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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top