T
Torstein S. Johnsen
I use a macro to chance directory and the show the File Open dialog box.
I want the macro to "focus" on the file-list in the dialog box, and not the
file-name-box. (I'm using a norwegian Word - I'm not sure about using the
correct english words).
I have tried to do this by Send Keys - it doesn't work!
All help is appreciated!
Torstein
This is the part of the macro
ChangefileOpendirectory ("C:\test")
dialogs(wdDialogFileOpen).show
sendkeys "+{TAB}" 'this means SHIFT-TAB I suppose
End
I want the macro to "focus" on the file-list in the dialog box, and not the
file-name-box. (I'm using a norwegian Word - I'm not sure about using the
correct english words).
I have tried to do this by Send Keys - it doesn't work!
All help is appreciated!
Torstein
This is the part of the macro
ChangefileOpendirectory ("C:\test")
dialogs(wdDialogFileOpen).show
sendkeys "+{TAB}" 'this means SHIFT-TAB I suppose
End