Hi,
I am looping through my column and trying to read in the value. I am using:
name = Range("A" & i).Value
where i is a number between 1 and maxRows and 'name' is a string.
for some reason name always comes out empty ( "" )
Am I not reading it properly?
I am looping through my column and trying to read in the value. I am using:
name = Range("A" & i).Value
where i is a number between 1 and maxRows and 'name' is a string.
for some reason name always comes out empty ( "" )
Am I not reading it properly?