To declare variables in VBA , I always used the following method: all variables of the same type I would put on a same line and declare their type only at the end, as in the example below:
Dim RngSource, RngDestin, RngCalc As Range
Dim i...
asked by
11.04.2017 / 16:28