I have two predefined integer variables "tableContentRows" and "NoOfRowsInsert". And they both have been assigned a value. But strangely, I got a compile error when I tried to run the code. How come?
Yours Sincerely,
lolo^^
Code:
Dim tempClick(1 To (tableContentRows + NoOfRowInsert)) As Integer
Yours Sincerely,
lolo^^