C
CJH
We're using Word 2003 on Widows XP. Is there a way to
write VB code to just open the File-Open (Ctl-O) dialog
box and not specify another subdirectory or an actual
file to open? And if so, does anyone know how to write
the code?
I want to be able to jump quickly from directory to
directory on the network by writing different macros and
assigning them to keystrokes. For example, I can change
the default directory by using:
ChangeFileOpenDirectory "W:\1\"
But then I also want the macro to actually pull up the
Open File dialog box so I can pick a sub-directory but
not a specific file.
Is this possible? Any help is very much appreciated.
CJ
write VB code to just open the File-Open (Ctl-O) dialog
box and not specify another subdirectory or an actual
file to open? And if so, does anyone know how to write
the code?
I want to be able to jump quickly from directory to
directory on the network by writing different macros and
assigning them to keystrokes. For example, I can change
the default directory by using:
ChangeFileOpenDirectory "W:\1\"
But then I also want the macro to actually pull up the
Open File dialog box so I can pick a sub-directory but
not a specific file.
Is this possible? Any help is very much appreciated.
CJ