Thank you for the suggestion Dave, it certainly looks like it ought to work
but I get either a Syntax Error or a Compile Error all the time, even when I
use the syntax that suggested in Help.
> maybe you could use
>
[quoted text clipped - 8 lines]
> > I'm using Excel 2002 and Visual Basic Version 6.3.
> > Thank you.
Jim Rech - 01 Feb 2008 19:10 GMT
Example: To move to the cell 3 rows down and 2 columns right this is the
syntax to use:
ActiveCell.Offset(3, 2).Select

Signature
Jim
| Thank you for the suggestion Dave, it certainly looks like it ought to work
| but I get either a Syntax Error or a Compile Error all the time, even when I
[quoted text clipped - 12 lines]
| > > I'm using Excel 2002 and Visual Basic Version 6.3.
| > > Thank you.