Converting an OLE to a Word table

K

keys2please

I have a Word document that contains quite a few OLE objects. Each OLE object contains a single Word table. Is there a way to use VBA to convert these OLE objects to in-line tables (i.e., they would no longer we OLE objects, but actual Word tables)?

Thanks,

keys2please
 
W

Word Heretic

G'day "keys2please" <[email protected]>,

use the methods of the object to revert to a readable range of
characters


I have a Word document that contains quite a few OLE objects. Each OLE object contains a single Word table. Is there a way to use VBA to convert these OLE objects to in-line tables (i.e., they would no longer we OLE objects, but actual Word tables)?

Thanks,

keys2please

Steve Hudson

Word Heretic, Sydney, Australia
Tricky stuff with Word or words for you.
wordheretic.com

If my answers r 2 terse, ask again or hassle an MVP,
at least they get recognition for it then.
Lengthy replies offlist require payment.
 
C

Cindy M -WordMVP-

Hi =?Utf-8?B?a2V5czJwbGVhc2U=?=,
I have a Word document that contains quite a few OLE objects. Each OLE
object contains a single Word table. Is there a way to use VBA to convert
these OLE objects to in-line tables (i.e., they would no longer we OLE
objects, but actual Word tables)?Just double-checking: these OLE objects are word documents? Are they embedded,
or are they also available on disk as individual files? Which version of Word
are we dealing with?

Cindy Meister
INTER-Solutions, Switzerland
http://homepage.swissonline.ch/cindymeister (last update Sep 30 2003)
http://www.mvps.org/word

This reply is posted in the Newsgroup; please post any follow question or
reply in the newsgroup and not by e-mail :)
 
K

keys2please

These OLE objects are Word documents, and yes, they are embedded. We're using Word 2000 SR-1.

----- Cindy M -WordMVP- wrote: -----

Hi =?Utf-8?B?a2V5czJwbGVhc2U=?=,
I have a Word document that contains quite a few OLE objects. Each OLE
object contains a single Word table. Is there a way to use VBA to convert
these OLE objects to in-line tables (i.e., they would no longer we OLE
objects, but actual Word tables)?Just double-checking: these OLE objects are word documents? Are they embedded,
or are they also available on disk as individual files? Which version of Word
are we dealing with?

Cindy Meister
INTER-Solutions, Switzerland
http://homepage.swissonline.ch/cindymeister (last update Sep 30 2003)
http://www.mvps.org/word

This reply is posted in the Newsgroup; please post any follow question or
reply in the newsgroup and not by e-mail :)
 
W

Word Heretic

G'day "keys2please" <[email protected]>,

I have some commercial code already developed to address this problem.

steve at wordheretic.com


These OLE objects are Word documents, and yes, they are embedded. We're using Word 2000 SR-1.

----- Cindy M -WordMVP- wrote: -----

Hi =?Utf-8?B?a2V5czJwbGVhc2U=?=,

object contains a single Word table. Is there a way to use VBA to convert
these OLE objects to in-line tables (i.e., they would no longer we OLE
objects, but actual Word tables)?
Just double-checking: these OLE objects are word documents? Are they embedded,
or are they also available on disk as individual files? Which version of Word
are we dealing with?

Cindy Meister
INTER-Solutions, Switzerland
http://homepage.swissonline.ch/cindymeister (last update Sep 30 2003)
http://www.mvps.org/word

This reply is posted in the Newsgroup; please post any follow question or
reply in the newsgroup and not by e-mail :)

Steve Hudson

Word Heretic, Sydney, Australia
Tricky stuff with Word or words for you.
wordheretic.com

If my answers r 2 terse, ask again or hassle an MVP,
at least they get recognition for it then.
Lengthy replies offlist require payment.
 

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