Thursday, July 28, 2005

Opening a read only file in write mode follow up


A few days ago I wrote an article requesting help for opening read only files in write mode using VBA.
Sjoerd kindly responded (with a wet fish slap around my head) of the obvious answer I couldn't see right in front of me.

Workbooks.Open Filename:="filename", IgnoreReadOnlyRecommended:=True

That worked of course!
Thanks Sjoerd