Ariel said:
Hi,
I am very new to Project and VBA for project.
Could someone tell me how I could disable a certain task
column, so that my users can't edit it ?
Thanks
Ariel
IF they are not very sophisticated you can simply hide the column. Select
the column header and hit delete.
If they need to see the data, use a formula in a user defined field like
Text1 to show the information.
For example if I had information in the contact fields which I wanted to
show, but not allow users to change I would
Delete the original contact column
Go to insert menu.
Insert an unused user defined field (lets say text 9 for example).
Right click on the text9 column header, select customize.
Rename the field to "contact"
Click on the formula button.
enter the following formula
[Contact]
then click OK
Now the new field will show the information in the contact field, but it
won't let the users change it.
They could still insert the original contact field and edit it, but
generally most users won't bother.
--
Please try to keep replies in this group. I do check e-mail, but only
infrequently. For Macros and other things check
http://masamiki.com/project
-Jack Dahlgren, Project MVP
+++++++++++++++++++