DESIGNING FORMS

B

burcu

Is there any tutorial about designing forms in Ms Project? Could you give me
tips about data binding?
Cheers,
Burcu
 
G

Gérard Ducouret

Hello burcu,

Look at the Private Sub UserForm_Initialize() event in the Help.
idem for the List Property.
also the ListRows Property.
and the Enabled Property
and the ListIndex Property
and the Text Property

that's the begining...

Hope this helps,

Gérard Ducouret
 
J

John

Burcu,
A very nice tutorial that includes a module on Userforms is available
from the MVP website at: http://www.mvps.org/project/links.htm
At the bottom of the page you will find a link to "Project 98 Visual
Basic Training Environment". Although it says Project 98, the
information therein is equally applicable to all later versions of
Project. Training Module 4 covers UserForms.

Hope this helps.
John
 
Top