franksirvent
Programmer
Hi there
I am running a loop (for 1=1 to 5000, next i etc) within VB
All runs well, however the following code gives me an error
If Range("'QUOTES'!A" & i).Value = Range("C3").Value then...
Apparently the Range("'QUOTES'!A" & i).Value is wrong.
I want to refer to a cell on Sheet called QUOTES.
What am i doing wrong ???
thanks in advance
I am running a loop (for 1=1 to 5000, next i etc) within VB
All runs well, however the following code gives me an error
If Range("'QUOTES'!A" & i).Value = Range("C3").Value then...
Apparently the Range("'QUOTES'!A" & i).Value is wrong.
I want to refer to a cell on Sheet called QUOTES.
What am i doing wrong ???
thanks in advance