Hello,
I hope someone could help me.
I need to design a macro, that is able to find tables in a word document, then to copy and paste them in excel.
Many thanks.
regards.
Shun
Hello,
I hope someone could help me.
I need to design a macro, that is able to find tables in a word document, then to copy and paste them in excel.
Many thanks.
regards.
Shun
Hello Shunlee,
Welcome to the Forum!
This macro runs from the Word Document that has the tables. Each table is copied to Active Workbook on Sheet1 starting at cell "A1" and with each table separated by a blank line. The macro may need some adjustments to work correctly for your needs. The code in marked in red should be changed to match your layout.
Adding the Macro![]()
Please Login or Register to view this content.
1. Copy the macro above pressing the keys CTRL+C
2. Open your workbook
3. Press the keys ALT+F11 to open the Visual Basic Editor
4. Press the keys ALT+I to activate the Insert menu
5. Press M to insert a Standard Module
6. Paste the code by pressing the keys CTRL+V
7. Make any custom changes to the macro if needed at this time
8. Save the Macro by pressing the keys CTRL+S
9. Press the keys ALT+Q to exit the Editor, and return to Word.
To Run the Macro...
To run the macro from Excel, open the workbook, and press ALT+F8 to display the Run Macro Dialog. Double Click the macro's name to Run it.
Hello Leith Ross,
I test your macro and it works fine.
I'd like to thank you for your Help.
I appreciate.
Thanks
ShunLee
Hi Ross, Hi All
Perhaps, you could help me again....sorry for bothering
In my previous word document, I have some paragraph header and each paragraph contains a table. I need a macro to copy each paragraph header and its table from word to a new excel sheet (renamed with the paragraph header name).
I tried to modify your proposed macro to do this job but without success![]()
Many thanks
ShunLee
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks