Hi all. I've created this simple code to help me move some data around. I'm trying to move data from Column C to Column D, E, F, etc when there is no text in a cell within Column B. See my code and example below.
Sub Test()
Dim rownum As Long
Dim rowtext As Long
Dim colmnltr As Long
For...