UserForm Macro

  • Thread starter Thread starter Eric
  • Start date Start date
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!
 
For knowledgeable help on this, you should ask in a programming newsgroup
such as microsoft.public.word.vba.general.
 
Back
Top