Options.LocalNetworkFile property (Word)
True if Microsoft Word creates a local copy of a file on the user's computer when editing a file stored on a network server. Read/write Boolean.
expression. LocalNetworkFile
expression An expression that returns an Options object.
This example instructs Word to not make a local copy of files stored on a server.
Sub LocalFile()
Application.Options.LocalNetworkFile = False
End Sub
Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.