C
Chaplain Doug
Excel 2003 Profession. In my code I have the following:
Dim ProjPC() as Single
Later in the code I try to assign:
ProjNo=1
ProjPC(ProjNo)=15
I get the error:
Subscript out of range
WHAT am I doing wrong?
Dim ProjPC() as Single
Later in the code I try to assign:
ProjNo=1
ProjPC(ProjNo)=15
I get the error:
Subscript out of range
WHAT am I doing wrong?