Hello,
I'm a self-taught VBA user. I am trying to figure out how to stay in the same row, but move to column "A", regardless of what column I am currently in.
I don't think I can use the ActiveCell.Offset() command because I need to move a variable number of columns.
Any help will be greatly appreciated. Thanks!
I'm a self-taught VBA user. I am trying to figure out how to stay in the same row, but move to column "A", regardless of what column I am currently in.
I don't think I can use the ActiveCell.Offset() command because I need to move a variable number of columns.
Any help will be greatly appreciated. Thanks!