Macro that won't work

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top