E
Ed
I have an AutoOpen macro in a document. I would like to have the macro
bring up some kind of form or dialog that will allow me to navigate to a
specific folder and capture the full path in a string. I will then write
this string into the document at a specific location; the navigation will be
wrapped in an If - "If location.text is blank, Then navigate, capture, and
go there; Else read text and go there".
I know VB has the Drive, Dir, and File ListBox controls. Does Word VBA have
a way to do this?
Ed
bring up some kind of form or dialog that will allow me to navigate to a
specific folder and capture the full path in a string. I will then write
this string into the document at a specific location; the navigation will be
wrapped in an If - "If location.text is blank, Then navigate, capture, and
go there; Else read text and go there".
I know VB has the Drive, Dir, and File ListBox controls. Does Word VBA have
a way to do this?
Ed