C
chloe98
I am trying to define a range in VBA with the code
Dim rngResults As Range
Set rngResults = Worksheets("111").Range("i45:n45")
However this does not appear to be working. Am I doing somethin
wrong? This code is inside that same workbook as the range I'm tryin
to create.
Thank
Dim rngResults As Range
Set rngResults = Worksheets("111").Range("i45:n45")
However this does not appear to be working. Am I doing somethin
wrong? This code is inside that same workbook as the range I'm tryin
to create.
Thank