+ Reply to Thread
Results 1 to 3 of 3

Deleting rows to a defined point

  1. #1
    Tim Green
    Guest

    Deleting rows to a defined point

    I would like to delete all rows from row 7 to the row number of the range
    LastLine, which refers to a single cell. Any suggestions?

  2. #2
    Martin
    Guest

    RE: Deleting rows to a defined point

    Range(Range("A7"), Range("lastline")).EntireRow.Delete


    "Tim Green" wrote:

    > I would like to delete all rows from row 7 to the row number of the range
    > LastLine, which refers to a single cell. Any suggestions?


  3. #3
    Tim Green
    Guest

    RE: Deleting rows to a defined point

    Thanks!

    "Martin" wrote:

    > Range(Range("A7"), Range("lastline")).EntireRow.Delete
    >
    >
    > "Tim Green" wrote:
    >
    > > I would like to delete all rows from row 7 to the row number of the range
    > > LastLine, which refers to a single cell. Any suggestions?


+ Reply to Thread

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