Results 1 to 2 of 2

Macro to move to last row of data then move down one row

Threaded View

  1. #1
    Registered User
    Join Date
    05-14-2008
    Posts
    2

    Macro to move to last row of data then move down one row

    hi,
    i want to select the last cell that has data and then move down one row, i made this macro, but it's not working, it won't go down one cell once it has selected the last row that contains data:

    Selection.End(xlDown).Select
        Range(Selection, ActiveCell.Offset(1, 0)).Select
        Range(Selection, ActiveCell.SpecialCells(xlLastCell)).Select
        Selection.ClearContents
    Last edited by indep; 07-14-2008 at 03:15 PM.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1