| Function | wa_templatemodified | ![]() |
If you want to set the template dirty, set arg_mod 0. Use this function after you have modified Word menu or toolbar. You must specify the full name for arg_template, if you refer to the normal template use only Normal.dot.
public subroutine wa_templatemodified (string arg_template, long arg_mod); i_PBWWord.templatemodified(arg_template,arg_mod ) end subroutine