Access a file that was inserted into a word document

D

Dmitri

Hello!

I have following task:
my word documentation is accompanied with a doxygen generated bunch of
html-files. My intention is to pack them (htmls) with zip and put it into the
word document (through insert object menu).

My question is: how I can access my zip file with macro to automate the
access to html files? For example, an user clicks some button in the document
and some main index.html file opens from the unpacked archive.

I already found out how to run winzip to unpack the archived files and I
found out how to show external html file. My next step is to find how to
access embedded zip and copy it to some temp folder (or extract directly from
the document).

Could somebody help me with a piece of code or any idea if this is possible
at all?

Any help is really appreciated!

With Best Regards,
Dmitri
 

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