VBA code for loading autotext using userform and commandbutton
I would be preparing a 'abc template' . The autotext entries would be stored in quick parts>gallery:autotext>category: general>save in:abc template. The template would then be double clicked to open a word document and document will be created by using autotext entries. I want a VBA code prepared such that when I click a button on the quick access toolbar, a userform/ listbox (named 'select_test_method') with a command button ((named 'Enter') opens up with the list of autotext libraries. When I select any autotext entry, the corresponding text gets loaded on the word document. word document.
This template will be shared with others via email.
|