I am working with an old Word template created by someone else years ago using Word Basic. I need to make some modifications to the template, including a new userform I created (with VBA) that I need to call up at the end of the existing AutoNew module (which is written in Word Basic) but my usual methods for loading/showing a userform aren't working. What code should I be using to bring up the new userform I have created? Simply using frmEpicDocType.Show doesn't seem to work, even though that code works with all of my newer templates created with VBA. Is it not possible to call up a new userform from previously created Word Basic module?
be17
be17