 |
VBA variable/array default values - Stack Overflow
Consider the declarations Dim x As Double Dim avg(1 To 10) As Double What are the default values in x and avg? Through testing, I want to say that x is initialized to zero. Likewise, I ...
stackoverflow.com |
 |