A
Alison
I have a text field that can be filled with "L"; "M"' or "S" to indicated
size of effort. I want to automatically fill my "Work" and "Duration1"
fields based on the entry in the "Size" field.
I've tried If Text1 = L Then Work = 5 but get an error that I can't
understand/fix.
I'm sure there's a VBA way to do this, but don't know where to look next!
Help?
size of effort. I want to automatically fill my "Work" and "Duration1"
fields based on the entry in the "Size" field.
I've tried If Text1 = L Then Work = 5 but get an error that I can't
understand/fix.
I'm sure there's a VBA way to do this, but don't know where to look next!
Help?