Can't Save Buttons on a form

R

rob byrne

Currently I am building a form with a list of buttons on it. I use the
standard tools to create a button and then save it. When I close VB editor
and run my form the buttons have disappeared. I am quite uncertain as to
what the cause of this is? Does anyone know the cause?
Thanks RB
 
J

JE McGimpsey

rob byrne said:
Currently I am building a form with a list of buttons on it. I use the
standard tools to create a button and then save it. When I close VB editor
and run my form the buttons have disappeared. I am quite uncertain as to
what the cause of this is? Does anyone know the cause?

First, you should always tell what version of MacXL you're using.

I'm not sure what you mean by a "list of buttons". Could you expand a
bit?

As far as running a userform (you *are* referring to a Userform,
right?), if the controls are present when you view the userform in the
VBE, check that their .Visible property is set to True.
 

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