how to implement in macro integrated browsing capability?

T

TANDEX

how to implement in macro integrated browsing capability, i.e. to
specify/select required folder via browsing, more easily. Currently code use
just input box where exact patch to folder should be entered manually.

Thanks.
 
C

Charles Kenyon

Call one of the built-in dialogs for your browsing. See
http://word.mvps.org/FAQs/MacrosVBA/WordDlgHelp.htm.
--
Charles Kenyon

Word New User FAQ & Web Directory: http://addbalance.com/word

Intermediate User's Guide to Microsoft Word (supplemented version of
Microsoft's Legal Users' Guide) http://addbalance.com/usersguide

See also the MVP FAQ: http://www.mvps.org/word which is awesome!
--------- --------- --------- --------- --------- ---------
This message is posted to a newsgroup. Please post replies
and questions to the newsgroup so that others can learn
from my ignorance and your wisdom.
 
T

TANDEX

how to implement in macro integrated browsing capability, i.e. to
specify/select required folder via browsing, more easily.
I mean retrieve the folder name that the user selected by calling the
standard 'Browse folder dialog'. Currently code use just input box where
exact patch to folder should be entered manually.

Thanks.
 
Top