C
Curmudgeon
I have a simple, straightforward procedure that includes the
instruction
[Task].Start6 = [Task].Start2
When the code executes, I get "Runtime error 1101 The argument value
is not valid".
The date values at the time are all valid, e.g. Start6 = "NA"; Start2
= 1/15/2008 8:00:00 AM
Applying a format statement to Start2 does not affect this, and the
error occurs on dozens of different tasks, with different dates, in
the mpp.
Does anybody have any suggestions?
Thanks
Dave
instruction
[Task].Start6 = [Task].Start2
When the code executes, I get "Runtime error 1101 The argument value
is not valid".
The date values at the time are all valid, e.g. Start6 = "NA"; Start2
= 1/15/2008 8:00:00 AM
Applying a format statement to Start2 does not affect this, and the
error occurs on dozens of different tasks, with different dates, in
the mpp.
Does anybody have any suggestions?
Thanks
Dave