Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi all,
I have set of data that increase to reach a maximum and decrease after that. I need to find the maximum and delete all the data after this maximum. I can not find how to delete the entire row after my max point.... The begining of my code: Sub remove_decrease() 'Remove decrease portion portion Dim top top = Application.Match(Application.max(Columns(1)), Columns(1), 0) 'Give the position of the maximum force = top top = top + 1 '.... need to remove all the next rows... End Sub Thanks! |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Macro for deleting rows and serialising the remaing rows | Links and Linking in Excel | |||
How to add rows, to point to new row | Excel Discussion (Misc queries) | |||
Deleting rows to a defined point | Excel Programming | |||
deleting hidden rows so i can print only the rows showing?????? | Excel Worksheet Functions | |||
Delete Rows above a certain point | Excel Programming |