Options.PathForPublications property (Publisher)
Returns a String that represents the default folder for publications. Read-only.
Syntax
expression.PathForPublications
expression A variable that represents an Options object.
Return value
String
Example
This example returns the current default path for publications (corresponds to the default path setting on the General tab in the Options dialog box, Tools menu).
Sub PubPath()
Dim strPubPath
strPubPath = Options.PathForPublications
MsgBox strPubPath
End Sub
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.