J
jruss
I'm writing a macro for a manager who needs to store values for a
resource in the task object. She wants to have the value for Resource1
go into Text1, Resource2 in Text2, etc.
Is there any way to reference the Textn properties in a loop rather
than have a massive switch that checks the current index and assigns it
to a specific Textn field?
There are no examples that I can find that do this, and I don't know if
it's even possible.
Thanks in advance.
resource in the task object. She wants to have the value for Resource1
go into Text1, Resource2 in Text2, etc.
Is there any way to reference the Textn properties in a loop rather
than have a massive switch that checks the current index and assigns it
to a specific Textn field?
There are no examples that I can find that do this, and I don't know if
it's even possible.
Thanks in advance.