leonepaolo
Programmer
Hi!
I know we can do this:
dim x, y, z as Integer
x = 25
y = 5
z = Cells(x,y)
How can I figure out that in this instance x = AA ?
What I'm ultimately trying to do is move a range of cells. The information is being updated daily and the existing columns need to be moved over 1 row to the right as I want to see the most recent data first.
If I don't need to approach the solution this way can you please point me in the right direction.
Thanks in advance.
Paolo
I know we can do this:
dim x, y, z as Integer
x = 25
y = 5
z = Cells(x,y)
How can I figure out that in this instance x = AA ?
What I'm ultimately trying to do is move a range of cells. The information is being updated daily and the existing columns need to be moved over 1 row to the right as I want to see the most recent data first.
If I don't need to approach the solution this way can you please point me in the right direction.
Thanks in advance.
Paolo