Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

open a global form in vb (MS Project 2010)

Status
Not open for further replies.

remeng

Technical User
Jul 27, 2006
504
0
16
US
Hi all;

I am trying to open a global form from the quick launch ribbon. I have created the form named "calculate". I have written the script to open the form up, however, when I execute the form, the Task Information screen opens instead of the form I am calling. I have changed the form name to see if there are any conflicts, but the same thing happens. I have tried the oncmd.openform command, but nothing happens except an error. Here is the current code.

Code:
Public Sub open_form()

form("calculate")

End Sub

The form is located under Global.MPT

Thank you for the assist.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top