ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   Clear Sheet (https://www.excelbanter.com/excel-programming/357781-clear-sheet.html)

parteegolfer

Clear Sheet
 

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

--
parteegolfe
-----------------------------------------------------------------------
parteegolfer's Profile: http://www.excelforum.com/member.php...fo&userid=3195
View this thread: http://www.excelforum.com/showthread.php?threadid=52894


Norman Jones

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"
wrote in message
news:parteegolfer.25meha_1143953401.0004@excelforu m-nospam.com...

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





All times are GMT +1. The time now is 12:30 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com