i was doing a For Next Loop while i encountered this problem using a range syntax:
For count=0 to lastline
.
.
.
*Range("A"& count+4 : "G"&count+4)* **Error here**
I would like to make a normal range like for example Range("A23:A26") but defined with the variable (count + 4).
Maybe it is a syntax error, but i cant find the solution.
I appreciate your time!