J
john.e.palmer
I would like to use a input box to present a list of directories,
select a letter, and have Word go to that directory and wait for me to
select a file and then close. I have several related questions:
(1) Should I change the directory with a default filepath statement;
e.g. Options.DefaultFilePath(Path:=wdDocumentsPath) = "Storage:A
Transfer Folder:John:", or is there a way to do this without changing
the default file path?
(2) What is the command to open the directory and wait?
(3) Right now the input box accepts a letter and when I hit return, it
executes the appropriate case. Is there a way to have the macro
execute without hitting the return?
Thanks.
select a letter, and have Word go to that directory and wait for me to
select a file and then close. I have several related questions:
(1) Should I change the directory with a default filepath statement;
e.g. Options.DefaultFilePath(Path:=wdDocumentsPath) = "Storage:A
Transfer Folder:John:", or is there a way to do this without changing
the default file path?
(2) What is the command to open the directory and wait?
(3) Right now the input box accepts a letter and when I hit return, it
executes the appropriate case. Is there a way to have the macro
execute without hitting the return?
Thanks.