PDA

View Full Version : Solved: Word Folder Selector



CBrine
05-14-2008, 12:29 PM
I use application.dialogs(xlFolderSelector).show in excel to pull up the built in folder selector. I'm now working on some code in word, and I'm wondering if Word has something similiar?

Thanks
Cal

CBrine
05-14-2008, 12:30 PM
Duh,
Nevermind, I actually use,
Application.FileDialogs
which also works in Word.

:-)