AncientBrit
Programmer
I could not find an answer to my question despite an extensive search, so my apologies if this has already been answered.
I'm making use of some of the code in the excellent FAQ707-5757, converting it for use with MS Project 2003.
I note that toward the end of the item, there is a line of code that reads:
and I'm pretty certain it should read:
Anyone any feedback please?
Best,
Peter
I'm making use of some of the code in the excellent FAQ707-5757, converting it for use with MS Project 2003.
I note that toward the end of the item, there is a line of code that reads:
Code:
.insertlines Line + 3, MyScript(0)
Code:
.insertlines Line + 1, MyScript(0)
Best,
Peter