Set a column as ReadOnly

M

med111

Hi all,

I'm working on Project 2007. In Project Pro, I want to make a column
(Field) as ReadOnly with VBA.
Any idea? thanks
 
R

Ray McCoppin

In VBA you can write a onchange event handler. In that you can stop them
from changing the value.
 
Top