Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hello,
OS:WINXP/Office2000 I have an excel sheet with 5419 rows and the column E has numbers that increases after certain rows. Eg: All rows from row 1 to row 9, is "1" then all rows from row 10 to row 34 has "2" and so on.. till "379" Now: 1 1 1 1 1 1 1 2 2 2 2 2 2 3 3 3 I need a macro to make it look like: 1 1 1 1 1 1 1 2 2 2 2 2 2 2 3 3 3 3 3 3 I need to write a macro to insert a line break after the row that ends with 1 and similarily a line break after the row that ends with 2 and so on.. till the nth(379) numbered row Can anyone please help? Thanks Verner --- Message posted from http://www.ExcelForum.com/ |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Macro to Insert Current Date into cell - Macro to "Save As" | Excel Worksheet Functions | |||
How to insert a "Target" line into basic bar chart | Charts and Charting in Excel | |||
Lost "File Menu" - now it's "Edit / View / Insert.." but no "F | Excel Discussion (Misc queries) | |||
Is there a formula thet reads (If A2=A1,"",INSERT PAGE BREAK) ? | Excel Discussion (Misc queries) | |||
Insert "-" in text "1234567890" to have a output like this"123-456-7890" | Excel Discussion (Misc queries) |