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.

Syntax

expression. LocalNetworkFile

expression An expression that returns an Options object.

Example

This example instructs Word to not make a local copy of files stored on a server.

Sub LocalFile() 
 Application.Options.LocalNetworkFile = False 
End Sub

See also

Options Object

Support and feedback

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.