+ Reply to Thread
Results 1 to 2 of 2

Clear Sheet

  1. #1
    Registered User
    Join Date
    02-26-2006
    Posts
    68

    Clear Sheet

    I am looking to clear a work sheet From A7 down. Including borders etc. How would I accomplish this?

  2. #2
    Norman Jones
    Guest

    Re: Clear Sheet

    Hi Parteegolfer,

    Try:

    '=============>>
    Public Sub Tester002()
    Dim rng As Range

    Set rng = Range("A7", Cells.SpecialCells(xlCellTypeLastCell))

    rng.Clear

    End Sub
    '<<=============


    ---
    Regards,
    Norman



    "parteegolfer" <[email protected]>
    wrote in message
    news:[email protected]...
    >
    > I am looking to clear a work sheet From A7 down. Including borders etc.
    > How would I accomplish this?
    >
    >
    > --
    > parteegolfer
    > ------------------------------------------------------------------------
    > parteegolfer's Profile:
    > http://www.excelforum.com/member.php...o&userid=31951
    > View this thread: http://www.excelforum.com/showthread...hreadid=528942
    >




+ 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