Word 2007 VBA code to clear document values -


my company has macro template document users populate form. template uses autonew function on launch open user form, data entered, user clicks ok, data placed onto document @ bookmarked locations , user form hides , unloads. standard operation on many of our documents.

however, users tell me want create several documents in succession (each different data) particular template, without closing form , going source , launching template again.

how activex button on document relaunches form , creates document 1 version work? wouldn't activex button need in protected state function, preventing original macro populating document?

i've written vba code before, i've never encountered situation (i'm newbie). it's there's better solution i'm unaware of. can help, please? many thanks!


Comments

Popular posts from this blog

c++ - Difference between pre and post decrement in recursive function argument -

php - Nothing but 'run(); ' when browsing to my local project, how do I fix this? -

php - How can I echo out this array? -