Hi Everyone,
I have a pretty simple question (i belive). I am writing a procedure and want it to repeat until a certain column.
So i have:
Do until activecell.column = 100
Blah blah blah
Activecell.offset(0,1).select
Loop
The "100" isn't being recogonized and the macro keeps running until it runs into the last column and gives me an error. Can anyone help me on this?
Thanks!
I have a pretty simple question (i belive). I am writing a procedure and want it to repeat until a certain column.
So i have:
Do until activecell.column = 100
Blah blah blah
Activecell.offset(0,1).select
Loop
The "100" isn't being recogonized and the macro keeps running until it runs into the last column and gives me an error. Can anyone help me on this?
Thanks!