Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Every time Column I has 04 or 05 in a row, I would like to cut that
entire row Columns A:AH, create a new worksheet named 0405 , and paste those cut rows into the new worksheet, so that the rows do not overlap. Here is what I have so far. Any help would be appreciated. Sub Capture0405() Set newsht = Sheets.Add(after:=Sheets(Sheets.Count)) newsht.Name = "0405" End Sub |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Need VBA to capture who and when | Excel Programming | |||
Capture user ID... | Excel Discussion (Misc queries) | |||
Excel screen capture to capture cells and row and column headings | Excel Discussion (Misc queries) | |||
Up Capture | Excel Programming | |||
Time Capture... | Excel Programming |