S
Silvia Rivero
I have a question...
Is possible set bookingtype to proposed for a resource in a project using
VBA in the Macro?
We need assures that the initial equipment of the project has only proposed
resources
In the macro we have this statement ...
For Each oResource In oTask.Resources
oResource.BookingType = pjBookingTypeProposed
Next
But this (oResource.BookingType = pjBookingTypeProposed ) gives a message of
run-time error 1004
Any idea?
Thanks,
Silvia R.
Is possible set bookingtype to proposed for a resource in a project using
VBA in the Macro?
We need assures that the initial equipment of the project has only proposed
resources
In the macro we have this statement ...
For Each oResource In oTask.Resources
oResource.BookingType = pjBookingTypeProposed
Next
But this (oResource.BookingType = pjBookingTypeProposed ) gives a message of
run-time error 1004
Any idea?
Thanks,
Silvia R.