DefaultFilePath Property Example

This example displays the current default file path.

MsgBox "The current default file path is " & _
    Application.DefaultFilePath

Send feedback to MSDN.Look here for MSDN Online resources.