How do I add a VB button to a Project 2003 form for calling a vb .

  • Thread starter Help with vba in Project 2003
  • Start date
H

Help with vba in Project 2003

I'm going crazy trying to add a button to a Project 2003 form for calling a
vb procedure or load a vb form. Any help would be greatly appreciated.
 
W

WD

If creating a custom toolbar button then do the following:

Tools | Customize | Toolbar | New
Command | All Macros | drag your macro onto the new toolbar you created
Now you can edit the button picture

If you are creating a form from within VBA then you would insert a form
The toolbox works just like in Access with commond buttons, toggle buttons,
radio buttons, check boxes, etc. Just pick what you want to use and then
assign code to it.

Hope that helps
 
Top