View Single Post
  #2   Report Post  
Don Guillett
 
Posts: n/a
Default

try
activecell.offset(1,2)

However, I suspect you are using a lot of SELECTIONS which usually aren't
necessary. Why not copy/paste your code here along with an explanation of
what you are trying to do.
--
Don Guillett
SalesAid Software

"Roger D" <Roger
wrote in message
...
When I record a macro, it uses absolute cell addresses. How do I change

the
macro to run from a specific cell and relative to that cell?