P P Schneider Nov 11, 2008 #1 I am trying to create a macro that moves the cell pointer one cell to the right without specifying a range. Please help!
I am trying to create a macro that moves the cell pointer one cell to the right without specifying a range. Please help!
M Mike H Nov 11, 2008 #2 Hi, Your question is far from clear but maybe this ActiveCell.Offset(, 1).Select Mike
U UglyChicken Nov 11, 2008 #3 I am trying to create a macro that moves the cell pointer one cell to the right without specifying a range. Please help! Click to expand... activecell.offset(0,1).select
I am trying to create a macro that moves the cell pointer one cell to the right without specifying a range. Please help! Click to expand... activecell.offset(0,1).select