G
G Lykos
Is there a MS Project VBA construct where a block of variables in the
program header can either be set to static values for use as constants, or
else defined via some kind of EQUALS declarations where the interpreter then
replaces references with the defined values at run-time? The only way I
know how to do this is in VBA is with executable code, and am looking for
something a little more svelte.
Thanks!
George
program header can either be set to static values for use as constants, or
else defined via some kind of EQUALS declarations where the interpreter then
replaces references with the defined values at run-time? The only way I
know how to do this is in VBA is with executable code, and am looking for
something a little more svelte.
Thanks!
George