gr8mechguru
New Member
- Joined
- Nov 15, 2022
- Messages
- 1
- Office Version
- 365
I am very new to VBA Coding field.
I need a VBA code for following problem.
I have an excel database and word templates (5 Nos Word Template files).
I need to Auto populate the data from Single Excel file to Multiple Word templates (5 different templates).
In word template I placed bookmarks which I have named in Word where I would like these values to be returned to.
Few bookmarks are repetitive in all Word templates, means same data is to be populated in multiple word files.
I need help how to automatically fetch word templates from a Single Folder. Then Populate data in word templates. then save word file in a different folder.
I need a VBA code for following problem.
I have an excel database and word templates (5 Nos Word Template files).
I need to Auto populate the data from Single Excel file to Multiple Word templates (5 different templates).
In word template I placed bookmarks which I have named in Word where I would like these values to be returned to.
Few bookmarks are repetitive in all Word templates, means same data is to be populated in multiple word files.
I need help how to automatically fetch word templates from a Single Folder. Then Populate data in word templates. then save word file in a different folder.