Embedding multiple objects into .doc using one process?

B

Brian

I need to embed several .doc files into another doc file
from a dedicated folder. I can't find a method to allow,
for example, automatically embedding these files with a
macro. Individually, it's no problem via macro
recording, but it does not allow for wildcards.

I'm new at this and would greatly appreciate some help.

Thanks, Brian
 
D

DeeJee

I need to embed several .doc files into another doc file
from a dedicated folder. I can't find a method to allow,
for example, automatically embedding these files with a
macro. Individually, it's no problem via macro
recording, but it does not allow for wildcards.

Use the Dir() function to retrieve all files in a Dir.
In combination with a loop you can add all the files then.
 

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