Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() 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 |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Copy Sheet to new Sheet and clear cells on original sheets | Excel Discussion (Misc queries) | |||
Clear a sheet | Excel Programming | |||
msg box to clear a sheet | Excel Programming | |||
How to Clear all Data on sheet after a given row | Excel Programming | |||
Clear all cell in a sheet | Excel Programming |