I've written some VBA to work in word. I'd like to create a table
object, similar to a form object, that is only accesible from the VBA
editor. I want to be able to load this table into a recordset that I
can then search through in code. Is this possible, and if so, can
someone point me to directions for doing so?

Re: table object in word by Jezebel

Jezebel
Fri Oct 28 05:48:17 CDT 2005

No, it's not possible.


"Miked" <mike.dershowitz@gmail.com> wrote in message
news:1130424895.455642.152130@z14g2000cwz.googlegroups.com...
> I've written some VBA to work in word. I'd like to create a table
> object, similar to a form object, that is only accesible from the VBA
> editor. I want to be able to load this table into a recordset that I
> can then search through in code. Is this possible, and if so, can
> someone point me to directions for doing so?
>