?
dim tbl as word.table
set tbl = wdapp.activedocument.tables(1)
If the activedocument has a table (or more), above lines
will give you a pointer to the first table.
(provided wdapp is a valid object variable pointing to the word instance
y've instantiated in yr Excel code)
thanks, Is there a easier way to skip a row and copy the next one and paste
it on another doc.
--
Thanks
Jason
Perry said:
?
dim tbl as word.table
set tbl = wdapp.activedocument.tables(1)
If the activedocument has a table (or more), above lines
will give you a pointer to the first table.
(provided wdapp is a valid object variable pointing to the word instance
y've instantiated in yr Excel code)
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.