View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.programming
John John is offline
external usenet poster
 
Posts: 2,069
Default Offset with variable?

thanks :)

"Norman Jones" wrote:

Hi John,

Try:

Set st1 = st1.Offset(1,0)


---
Regards,
Norman



"John" wrote in message
...
I get an error on this simple line of code...

st1 = st1.Offset(1, 0)

st1 is a range... is there anyother way to make st1 step one cell down?