Skip to Content
0
Former Member
Apr 25, 2014 at 02:18 AM

Meaning of the coding

21 Views

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