Move Cursor To One Cell Below Last Row With Data

Ever want to paste some data into new empty cell after the last cell with data in certain column? Then take a look at this simple macro.

    'first, select cell in the first row of that column, like A1, K1, etc
    Range("A1").Select

    'move to the last cell with data
    Selection.End(xlDown).Select

    'move to one row below it
    ActiveCell.Offset(1, 0).Select

    'paste the copied data in there
    Selection.PasteSpecial Paste:=xlPasteValues, Operation:=xlNone, SkipBlanks _
        :=False, Transpose:=False

Simple isn’t it? Simple code, but will help us a lot each time we wanna move the active cell into one cell below the last cell contained any kind of data, in the same column.

One requirement needed to use this simple excel vba macro, first we need to select the first cell in the same column where we wanna do the selection.

This entry was posted in Excel VBA Function and tagged , , , , , , , , , , , . Bookmark the permalink.

927 Responses to Move Cursor To One Cell Below Last Row With Data

  1. Pingback: Drug Recall

  2. Pingback: dlc10

  3. Pingback: natural health

  4. Pingback: Juegos de futbol gratis

  5. Pingback: snow fence

  6. Pingback: Digital Cameras

  7. Pingback: the car types

  8. Pingback: www.easyloanfast.com

  9. Pingback: beats pro

  10. Pingback: high pr backlinks

  11. Pingback: powered by

  12. Pingback: makeup coupons

  13. Pingback: hospitality design

  14. Pingback: real work from home

  15. Pingback: inside omnivore's dilemma

  16. Pingback: top social media marketing companies

  17. Pingback: link

  18. Pingback: link

  19. Pingback: emotional healing

  20. Pingback: discount faxless payday

  21. Pingback: thumbnail

  22. Pingback: payday loans no credit check

  23. Pingback: analyze fast payday loans

  24. Pingback: Zithromax Drug Risks

  25. Pingback: view site

  26. Pingback: promoting and celebrating Virginia creativity

  27. Pingback: cumming tree removal

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>