Hi,
Anyone can advise what is the meaning of the code below.
I am reading and try to understand one report but not sure what does the below code do.
Whileprintingrecords
Global a_h_1_jan () As Number
Redim Preserve a_h_1_jan (31)
formula = sum(a_h_1_jan) * 100 / 31
Thanks.
Mavis