Forms in Project

S

Shane

I'm new to VBA in Project. My experience is with Access. In Project, I've
created a form with check boxes and two buttons. I've assigned code to the
onclick event for one of the buttons. I then created an icon on a toolbar in
Project that I want to use to open the form. I tried doing this by assigning
a 'macro' to the icon which has the following syntax: Form ("formname").
However, because my form can't be found in the organizer, this doesn't work.
How can I launch a form I created in VBA from an icon on a toolbar?
Thx,
Shane
 
J

Jan De Messemaeker

Hi,

How I do it (there may be other ways)
create a sub then has the instruction
Myform.show
HTH
 

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