Closing ReadOnly file using VBA

A

acces

I have following problem:

File is open as readonly. Some changes in this workbook are made. How
can I close this changed workbook using VBA if I wouldn´t save this
workbook as copy of original workbook?

Activeworkbook.close savechanges = false - didn´t work

Any idea?

Version: Excel 2000

Please help
 
T

Tom Ogilvy

Activeworkbook.close savechanges:= false

with the corrected syntax should work. It appear to work for most other
people.
 

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