M
mr tom
I'm trying to build something intuitive - esp for users not confident with
file navigation.
Part of the code will involve opening another file (file name varies - to be
selected by the user), but the path is fixed, e.g. j:\salestargets\xxx.doc,
where xxx could be anything.
I think the best approcah is:
Application.Dialogs (wdDialogFileOpen).Show
but I've looked at the list of arguements, and can't see one which allows a
particular path to be specified - e.g:
Application.Dialogs (wdDialogFileOpen).Show Path:=j:\salestargets\*.doc
Anybody got any ideas? Is there a more suitable way to code this?
Many thanks,
Tom.
file navigation.
Part of the code will involve opening another file (file name varies - to be
selected by the user), but the path is fixed, e.g. j:\salestargets\xxx.doc,
where xxx could be anything.
I think the best approcah is:
Application.Dialogs (wdDialogFileOpen).Show
but I've looked at the list of arguements, and can't see one which allows a
particular path to be specified - e.g:
Application.Dialogs (wdDialogFileOpen).Show Path:=j:\salestargets\*.doc
Anybody got any ideas? Is there a more suitable way to code this?
Many thanks,
Tom.