How to call a module for returning an excel picture to the .ActiveDocument.Bookmarks("bookmarkname")

B

Bon

Hello all

I created a module which copy an area of excel cells (e.g. A45:D51).
How can I call this module and use
..ActiveDocument.Bookmarks("bookmarkname") to paste the copied area of
cells into the Active Word document under the bookmark?

If a module is returned a text string, I can use
..ActiveDocument.Bookmarks("bookmarkname").Range.Text =
ModuleThatReturnText

How about the module which has already copied a range in Excel
worksheet and want to paste it under the bookmark?

Cheers
Bon
 

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