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]
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]