Forum Discussion

chancelin's avatar
chancelin
Copper Contributor
Dec 02, 2018

Two similar VBA Excel code

Here are two VBA property codes on the RANDE that mean the same thing: Range("A1:A10").Value = 99 Range(Cells(1, 1), Cells(10, 10)).Value = 99 In which case the second one really had to be used? ...

Resources