Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
any way to say 'insert a line' if a parameter meets a certain condition?
In my case, I want to insert a line it the invoice number doesn't match the invoice number above it. Thx, A |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
If your invoice number is in C9, then you are comparing it with that in C8
i=9 if range("C" & i)<range("C" & i-1) then rows(i).insert "A" wrote: any way to say 'insert a line' if a parameter meets a certain condition? In my case, I want to insert a line it the invoice number doesn't match the invoice number above it. Thx, A |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Automatically insert a line | Excel Worksheet Functions | |||
Insert New Line | Excel Discussion (Misc queries) | |||
Macro Line Insert | Excel Discussion (Misc queries) | |||
Insert each line in a new row | Excel Discussion (Misc queries) | |||
Automatic line insert | Excel Programming |