D
Danker Schaareman
Hi, I have a few macros that on click open a specified directory and displays
the files in it - which is faster than clicking the menu, click, click etc.
until you're where you want to be. The problem is that it doesn't work, the
macro always goes to "my diocuments".
I use this formula: ChangeFileOpenDirectory "C:\Projects\Current Projects\"
With Dialogs(wdDialogFileOpen)
.Name = "*.doc"
.Show
End With
If the macro runs, it does change the directory but goes to My Doc uments
and stops there. Is there any way to solve this.
Thanks for suggestions.
the files in it - which is faster than clicking the menu, click, click etc.
until you're where you want to be. The problem is that it doesn't work, the
macro always goes to "my diocuments".
I use this formula: ChangeFileOpenDirectory "C:\Projects\Current Projects\"
With Dialogs(wdDialogFileOpen)
.Name = "*.doc"
.Show
End With
If the macro runs, it does change the directory but goes to My Doc uments
and stops there. Is there any way to solve this.
Thanks for suggestions.