So I have the variable tstrng in a For loop and I want to set it equal to Columns C to Z at row "i", i being defined by the for loop iteration. I wrote the definition like this but the range keeps coming up as being empty and throwing a Runtime error. Any help on this issue would be greatly appreciated.
tstrng = wb1.Sheets("SourceData").Range("C" & i, "Z")