So my code loads the userform which is used to generate 3 different types of checklists. On the userform there are 3 buttons for each checklist which opens up a word template.
The user generates a new checklist (checklist 1) which has bookmark 1. The user now needs to generate another checklist (checklist 2) which should contain text filled in from bookmark1 in checklist 1 copied into bookmark2 in checklist2.
**So if text is present in bookmark1 in checklist1 should be transferred/copied to bookmark2 in checklist 2 upon clicking checklist2 button on the userform.
I don't know if using bookmarks is the way forward, there might be another solution to this problem of copying/transferring bookmarks across documents.
Thanking you in advance. I'm a bit slow