Home |
Search |
Today's Posts |
|
#1
![]() |
|||
|
|||
![]()
You are welcome.
If only one specific header has to be ignored, change: .... If Cells(i - 1, 1).Value < Cells(i, 1).Value Then .... to If (Cells(i - 1, 1).Value < Cells(i, 1).Value) and _ Left(Cells(i, 1).text,20)< "First 20 Chars of Header Row" Then for example (if you have to cross that bridge again). HTH, Bernd |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
macro to browse for workbook, pick up data and looping | Excel Worksheet Functions | |||
Activate a macro to insert a row and copy the formuals from the rows above to the blank row | Excel Discussion (Misc queries) | |||
Looping Macro to Find and Mark | New Users to Excel | |||
Inserting Blank Rows Macro? | Excel Worksheet Functions | |||
macro to not print blank value rows in invoice | Excel Worksheet Functions |