Message 1 of 8

Not applicable
06-17-2015
07:11 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi,
I want export my files in the same path that my document.
But it doesn't work.
Dim oDoc As Document
Set oDoc = ThisApplication.ActiveDocument
Dim LocationName As String
Dim LocationType As LocationTypeEnum
Dim oPath As String
Set oPath = oDoc.LocationName
Why it doesn't work ?
Solved! Go to Solution.