How can I change the value of NewVal in ProjectBeforeTaskChange?

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???
 
M

Mike

Nope, when i used tsk i ran into the same problem. I am calling a sub in
another module from the projectbeforetaskchange event, would that make a
difference?

Thanks.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top