Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Is there a code to delete rows automatically once it reaches row 100. But to
delete from row 1. -- hol |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Worksheet_event code may be good for this. If you use calculate it may fire
too often. You might like a worksheet_change event that says if target.row=100 then rows(1).delete -- Don Guillett Microsoft MVP Excel SalesAid Software "hol" wrote in message ... Is there a code to delete rows automatically once it reaches row 100. But to delete from row 1. -- hol |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Thank you Don,
As I delete a rows will there be less rows overall or will there always be 65,000 rows regardless whether one is deleted or not? -- hol "Don Guillett" wrote: Worksheet_event code may be good for this. If you use calculate it may fire too often. You might like a worksheet_change event that says if target.row=100 then rows(1).delete -- Don Guillett Microsoft MVP Excel SalesAid Software "hol" wrote in message ... Is there a code to delete rows automatically once it reaches row 100. But to delete from row 1. -- hol |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
how to automatically delete non-contiguous rows | Excel Discussion (Misc queries) | |||
Automatically delete blank rows | Excel Discussion (Misc queries) | |||
HOW DO I AUTOMATICALLY DELETE ROWS WITH ZERO BALANCES? | Excel Worksheet Functions | |||
Automatically insert/delete rows to be x apart | Excel Discussion (Misc queries) | |||
How to delete rows when List toolbar's "delete" isnt highlighted? | Excel Worksheet Functions |