Reading data from word tables to excel

  • Thread starter Thread starter vijaya sekhar vasa
  • Start date Start date
V

vijaya sekhar vasa

helo,

I am new to VBA programming and I would like to know if this is
possible to read a word document with tables and then send this data
to excel.I kindly request you for a technical advice on this?

regards,
vasa
 
Yes this can be done.

have a look for this functions:

createobject( ) to get an instance of word.

With this you can easyly write WORD VBA code.
Within word look for objects "tables"
 

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

Back
Top