Thread
:
File and Don't save changes - Read Only File
View Single Post
#
2
Posted to microsoft.public.excel.programming
merjet
external usenet poster
Posts: 812
File and Don't save changes - Read Only File
I didn't test this with a Read Only file, but it appears your
syntax is slightly off. Try one of these:
ActiveWorkbook.Close False
ActiveWorkbook.Close SaveChanges:=False
Merjet
Reply With Quote
merjet
View Public Profile
Find all posts by merjet