UserForm Macro

E

Eric

Hi all. I am new to templates but have worked my way through the process
fairly well. Now I'm stuck.

I have made two userforms and the macros to open them with great success.
For some reason the third attempt has failed. The new userform has command
buttons etc that will open additional user forms that contain text boxes of
information.

When I try to create a simple macro to open the new form, I get a compile
error. The code for all three are the same:

Sub Master()
Master.Show
End Sub

All the attributes etc. for the three form are exactly the same.

Can anyone help me figure out what I'm doing wrong?

Thanks in advance, you assistance is appreciated!
 
S

Stefan Blom

For knowledgeable help on this, you should ask in a programming newsgroup
such as microsoft.public.word.vba.general.
 

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