View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Jacob Skaria Jacob Skaria is offline
external usenet poster
 
Posts: 8,520
Default Moving one cell with macros

Try
Activecell.Offset(1).Select

If this post helps click Yes
---------------
Jacob Skaria


"Alberto Ast" wrote:

Using macros I want to move down one cell from where ever position I am..
have tried recording a macro but it always give the the specific cell I
moved... I need it to move one cell down.