forms - Word AddIn kills the CommandButton Click -
i have word template opens on autonew form 1 button. tried different versions, code @ moment:
public sub autonew() call bearbeiten end sub public sub bearbeiten() on error goto fehler dim test frmstart set test = new frmstart test.show set test = nothing exit sub fehler: msgbox "fehler:" & err.description end sub public sub commandbutton1_click() msgbox "test1" me.hide msgbox "test2" unload me msgbox "test3" end sub the word templete working fine.
i have programmed word addin opens form dialog shows word templates in folder. word addin works fine.
but both working once, after have close word because button template not reacting.
is there in word parameter, function or else kills template button click event?
has word memory knows same template running again?
thanks lot help.
Comments
Post a Comment