After closinguserform from template, run userform from normal.dot

L

LDMueller

Hello,

I have a template enou.dot which has a UserForm1 in it. After I hide
UserForm1 I want to show UserForm9 which is located in the Normal.dot.

I'm using Word 2003.

Can anyone help with this?

Thanks,

LDMueller
 
D

Doug Robbins - Word MVP

Create a macro in Normal.dot to show the form and then in the appropriate
code in enou.dot, issue the following command

Application.Run MacroName:="Normal.[ModuleName].[MacroName]"

--
Hope this helps.

Please reply to the newsgroup unless you wish to avail yourself of my
services on a paid consulting basis.

Doug Robbins - Word MVP
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top