#1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default 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

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 5,302
Default 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



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Copy Sheet to new Sheet and clear cells on original sheets Boiler-Todd Excel Discussion (Misc queries) 7 September 23rd 09 10:02 PM
Clear a sheet [email protected] Excel Programming 2 March 2nd 06 10:44 PM
msg box to clear a sheet Curt D. Excel Programming 2 January 14th 06 08:00 AM
How to Clear all Data on sheet after a given row Chirs Excel Programming 2 June 7th 05 02:30 AM
Clear all cell in a sheet Alvin Hansen[_2_] Excel Programming 2 November 22nd 04 01:13 PM


All times are GMT +1. The time now is 07:51 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"