Hi All,

Today I'm joined this forum. Hoping that I will get help on Word vba code..

For better understanding I will try to give you scenario.

File A - Existing word file with client details ABC.
File X - Template word file.

I want to copy file A data into file X. "X" file are stored at one location that is fix.
X file should get save as with client name available in file A.

In file A, from page 1 till last page every headings position and their value of position should get noted in variable's we create.
After having position number's, we will copy that every data to respective location in file X.

for e.g. on page 1, there are 10 item's which I need to copy and paste it in file X like below..

In file A
Client name - ABC
should get paste "ABC" in file X in front of client name position.

Renewal date - 01 May 2022 from file A should get paste in front of Renewal date of file X..


like this way I want to develop a code. Could anyone please help me here.. pls guide..