A
Art Kedzierski
Weird problem: I've created a document template with a form containing
ActiveX input controls (ComboBox, TextBox, etc.) that populates other
portions of the doc (title page, header/footer, etc.). and delivered to
end-users.
Every so often, after opening the template, populating the form and saving
(save as), the names of the controls change incrementally, breaking the
associated underlying VBA code. For example, a TextBox control originally
named "DocNumber" will suddenly become "DocNumber1". This happens to all
controls in the document.
What is causing this and how do I stop it?
ActiveX input controls (ComboBox, TextBox, etc.) that populates other
portions of the doc (title page, header/footer, etc.). and delivered to
end-users.
Every so often, after opening the template, populating the form and saving
(save as), the names of the controls change incrementally, breaking the
associated underlying VBA code. For example, a TextBox control originally
named "DocNumber" will suddenly become "DocNumber1". This happens to all
controls in the document.
What is causing this and how do I stop it?