PC Review


Reply
Thread Tools Rate Thread

How can I delete Excel rows that I've hidden without restoring the

 
 
=?Utf-8?B?SWFuQERTTA==?=
Guest
Posts: n/a
 
      12th Sep 2007
I've hidden rows in an Excel spreadsheet, and now want to delete them.
However I can't find a way to do this. Any advice ?
 
Reply With Quote
 
 
 
 
=?Utf-8?B?UmVuZWUgVGhvbWFz?=
Guest
Posts: n/a
 
      12th Sep 2007
Select the rows before and after the hidden rows, and right click. Select
Unhide. They will be restored. You can then delete them as you would any
other row.

"Ian@DSL" wrote:

> I've hidden rows in an Excel spreadsheet, and now want to delete them.
> However I can't find a way to do this. Any advice ?

 
Reply With Quote
 
Sandy Mann
Guest
Posts: n/a
 
      12th Sep 2007
I assume that your subjets was going to say "without restroring the row" but
it has been truncated. If that is what you want try this Macro:

Sub DeleteIt()
For rRow = 200 To 1 Step -1
' Change the 200 to your highest row number
If Cells(rRow, 1).EntireRow.Hidden = True Then
Cells(rRow, 1).EntireRow.Delete
End If
Next rRow
End Sub

--
HTH

Sandy
In Perth, the ancient capital of Scotland
and the crowning place of kings

(E-Mail Removed)
Replace @mailinator.com with @tiscali.co.uk


"Ian@DSL" <Ian@(E-Mail Removed)> wrote in message
news:27995B1C-909A-4AEE-B193-(E-Mail Removed)...
> I've hidden rows in an Excel spreadsheet, and now want to delete them.
> However I can't find a way to do this. Any advice ?
>



 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Find Hidden rows and delete =?Utf-8?B?dHRiYmdn?= Microsoft Excel Programming 7 27th Oct 2006 06:16 PM
Excel 2003 -Rows hidden. Scrolling unhides rows ! How do I stop th =?Utf-8?B?RXhjZWxsZW50MTk3NQ==?= Microsoft Excel Misc 0 21st Jun 2006 08:01 PM
Delete Hidden rows? =?Utf-8?B?Q2hyaXM=?= Microsoft Excel New Users 3 21st Jul 2004 06:48 PM
How can I delete rows that are hidden. =?Utf-8?B?UmFxdWVsIEcu?= Microsoft Excel Misc 4 26th Nov 2003 07:42 PM
How to delete hidden rows Fox JW Microsoft Excel Worksheet Functions 0 25th Sep 2003 06:52 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 02:48 PM.