Hi all,
I created a project level constant (const myConst = 1.234;) in the AfterOpenDoc section of ProjectsEvents.OGS file, per documentation, however, I am not able to use the constant in a workbook column operations. For eg: (myConst * Col(A)) doesn't work, how to use these constants in workbook columns? Appreciate any help. Thanks.
Mike. |