Another invalid or unqualified reference
Just this portion:
With mySheet
set rng = Range(.Cells(1,1),.Cells(2,2))
End With
Range does not need the preceeding dot as the reference to the parent sheet
is linked with the dots that precede Cells. But I agree with all the
recommendations to include it.
======
It still depends on where that code is located.
======
And for me, Integer as a variable type is gone.
<<snipped
--
Dave Peterson
|