Hi,
Is it possible to use a For Loop to Alias a lot of variables particularily a 3x3 array?
For u= 1 To 4
Alias CalCF(1,u,2) = ZeroReading_ + u
Next
But apparently, illegal expression with u . Is there another way to do this? Feels like a pain having to write out each individual variable.
Cheers