D
David
When I open a hello.docx in Word 2007, it creates a hidden ~$hello.docx file.
How do disable the creation of that file vis Word API?
I was thinking that it was created because of the auto save feature. I tried
Application.Options.SaveInterval = 0, but it didn't work.
How do disable the creation of that file vis Word API?
I was thinking that it was created because of the auto save feature. I tried
Application.Options.SaveInterval = 0, but it didn't work.