M
Mike
I have some code that validates a user's input on the projectbeforetaskchange
event. I want to take the users input, validate that it meets certain
conditions, and then add it to Enterprise Text2. The last step is where i'm
stuck -- when i try to write to the field (i used this:
activecell.task.enterprisetext2 = strWBS) it doesn't change, it keeps
whatever was originally input (NewVal). I tried to change the value of NewVal
but that doesn't take either.
Any ideas???
event. I want to take the users input, validate that it meets certain
conditions, and then add it to Enterprise Text2. The last step is where i'm
stuck -- when i try to write to the field (i used this:
activecell.task.enterprisetext2 = strWBS) it doesn't change, it keeps
whatever was originally input (NewVal). I tried to change the value of NewVal
but that doesn't take either.
Any ideas???