Application.ImportNavigationPane Method (Access)
Loads a saved Navigation Pane configuration from disk.
Version Information
Version Added: Access 2007
Syntax
expression .ImportNavigationPane(Path, fAppendOnly)
expression A variable that represents an Application object.
Parameters
Name |
Required/Optional |
Data Type |
Description |
---|---|---|---|
Path |
Required |
String |
The path and name of the XML file that contains the Navigation Pane configuration to load. |
fAppendOnly |
Optional |
Boolean |
Set to True to append the imported categories to the existing categories. The default value is False. |