Options.LocalNetworkFile Property
Word Developer Reference |
True if Microsoft Office 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.
Visual Basic for Applications |
---|
|
See Also