Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() I have a workbook into which I occastionally import new data sets, eac in its own new worksheet. I need to delete the third row of each ne worksheet (but not any not-new worksheet). I'm trying to avoid using a loop to do this (as an exercise). So I' wondering if I can define a new worksheets object called wsNewSheets a a collection containing just the new worksheets and then do somethin like wsNewSheets.Rows(3).Delete Would that work? I can't figure out how to 'populate' wsNewSheets. Thanks, Ma -- MTT72 ----------------------------------------------------------------------- MTT727's Profile: http://www.excelforum.com/member.php...fo&userid=2558 View this thread: http://www.excelforum.com/showthread.php?threadid=39006 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How can I loop through a the values in multiple rows | Excel Discussion (Misc queries) | |||
How to Delete Rows in Excel In a Do Loop | Excel Worksheet Functions | |||
Delete Rows from multiple Sheets. | Excel Programming | |||
loop to delete rows... | Excel Programming | |||
How do I delete rows and columns in With With End Loop? | Excel Programming |