I have two Word (actually 4) scenarios. I have table 1 with two colums and 1 row. In the first column/cell I have a form dropdown1 with three names (Santa, Tooth Fairy and Easter Bunny). In Column two, first row, I have a bookmark jobdescription. I want VBA code to put the job description in the bookmark, contigent on the selection from dropdown1.
Secondly, I have a second table, two columns, one row. In the first column/cell is dropdown2 (North Pole, Fairy Land and Easter Island). I want to insert photo1.jpg, photo2.jpg or photo3.jpg in the second column/cell according to which selection is chosen from dropdown2.
Any help is appreciated. |