Hi all, i know nuts bout vba and really need some guidance here.

Im doing some repetitive input in a words which consist of few letters which is require on monthly basis. Layout is pretty much fixed, i just need to amend the informations throughout the whole letter which can be 8 pages.

And so i googled around and have a simple fix which is to create a bookmark and insert a field which will ask for the content. After which, I make a field to reference to that particular bookmark. (Show below)

Bookmark < {ASK Name “Name” \* MERGEFORMAT} >
Field {REF NAME \*MERGEFORMAT}

Then I create a command button to execute "fields.update" and copy&paste the field within the letter and repeat this whole process for the rest of the informations.( i have about 10 sets of repetitive informations to fill within the pages.

This solved my issue of repetitive laborious input which can be done at one time. However, the problem is i might have only 5 set of information at the initial stage and rest of the information will come later. I would like to create 2 command buttons to update each set of 5 fields.

Appreciate if anyone can guide me on this.

Thank in advance.