Insert file

J

JayM

Is it possible to write a macro that will browse to the insertfile folder
specified so that the user can stop and pick the file they need to insert.

I have a document into which at various points we will need to insert
clauses. This could be a variety of clauses but they will all be held in the
same folder. it a macro could stop at that folder for the user to choose
their clause this would be ideal.

Any help on this would be appreciated.

JayM
 
D

DaveLett

Hi Jay,
I think you can use something like the following:

With Dialogs(wdDialogInsertFile)
.Name = "C:\Temp\"
.Show
End With


HTH,
Dave
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top