Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3
Default find a cell, jump to next roll and clear all cells


Lai,

Do u mean this?

Sub RemoveRows()
Cells.Select
Range("A2").Activate
Selection.AutoFilter Field:=1, Criteria1:="<1", Operator:=xlAnd
Rows("2:65536").Select
Selection.Delete Shift:=xlUp
Range("A2").Select
Selection.AutoFilter
End Sub

Greetz,

@3



*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!
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
Transfer a name from one cell to another but leave clear if clear? Scoober Excel Worksheet Functions 3 May 22nd 09 02:55 AM
How do I get a total adding cells from other sheets for a roll-up John Boy Excel Worksheet Functions 1 September 5th 07 11:29 PM
I want to jump to different cells with tab A-s Excel Discussion (Misc queries) 3 July 3rd 06 10:13 AM
roll data up from cell Tmo Excel Discussion (Misc queries) 1 April 5th 06 02:26 PM
find a cell, jump to next roll and clear all cells jigsaw2[_3_] Excel Programming 1 September 8th 03 05:51 PM


All times are GMT +1. The time now is 03:15 AM.

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

About Us

"It's about Microsoft Excel"