Hi all
Really dumb question....
I'd just like to know the syntax to move from current cell to the next one down.
For example, I'd like to run the below through the whole of column B, just moving to next cell after
Dim strvar As String
Range("b34").Select
strvar = Range("b34").Value
Range("b34").Value = strvar
Any help appreciated!
Cheers
adam
Really dumb question....
I'd just like to know the syntax to move from current cell to the next one down.
For example, I'd like to run the below through the whole of column B, just moving to next cell after
Dim strvar As String
Range("b34").Select
strvar = Range("b34").Value
Range("b34").Value = strvar
Any help appreciated!
Cheers
adam