[VBA/Macros] Arrange Page Word file by Excel file?

hoanggo123

New Member
Joined
Nov 4, 2018
Messages
1
Hi everybody,
I have 1 excel file, 1 word file. I want to create 1 new word file like table in below. How can i do that with VBA/Macros?
Thanks :)[TABLE="class: text_table, width: 800"]
<tbody>[TR]
[TD]INPUT[/TD]
[TD]INPUT[/TD]
[TD]OUTPUT[/TD]
[/TR]
[TR]
[TD]EXCEL[/TD]
[TD]WORD1[/TD]
[TD]WORD2[/TD]
[/TR]
[TR]
[TD]CELL1: ABC
CELL2: 123
CELL3: 456[/TD]
[TD]PAGE1: 11111111456111111111
PAGE2: ...................ABC.....................
PAGE3: ZZZZZZZ123ZZZZZZZZ[/TD]
[TD]PAGE1: ...................ABC.....................
PAGE2: ZZZZZZZ123ZZZZZZZZ
PAGE3: 11111111456111111111[/TD]
[/TR]
</tbody>[/TABLE]
 

Excel Facts

How to create a cell-sized chart?
Tiny charts, called Sparklines, were added to Excel 2010. Look for Sparklines on the Insert tab.

Forum statistics

Threads
1,225,623
Messages
6,186,065
Members
453,336
Latest member
Excelnoob223

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top