rossmcl
Programmer
- Apr 18, 2000
- 128
Sorry I am new to Excel VBA and its obects etc.
What is the VBA syntax from moving from one column to another.
ie I want to move from C2 to D2 for example.
With Rows I could just do a count (ie going up 1 every time I want to move down a row) and concatenate that with the COLUMN in a string.
But with Columns, how do I do a A+1 = B, B+1 = C!!!
There must be a simple acMoveOneCellLeft (obviously not this exactly!!) or something?????
HELP!!
Thanks as Always
Ross
PS Also does anyone know any good EXCEL VBA online sites with hints/tips/example coding etc. I would much appreciated some good sites.
What is the VBA syntax from moving from one column to another.
ie I want to move from C2 to D2 for example.
With Rows I could just do a count (ie going up 1 every time I want to move down a row) and concatenate that with the COLUMN in a string.
But with Columns, how do I do a A+1 = B, B+1 = C!!!
There must be a simple acMoveOneCellLeft (obviously not this exactly!!) or something?????
HELP!!
Thanks as Always
Ross
PS Also does anyone know any good EXCEL VBA online sites with hints/tips/example coding etc. I would much appreciated some good sites.