Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Okay :
On Error Resume Next Columns("A").SpecialCells(xlBlanks).Offset(-1).Select On Error GoTo 0 This works up to here.....this is what I'm trying to accomplish after I have that selected..... If the value of the cell is equal to 16 then insert 14 rows, if the value is 15 then insert 15 rows, if the value 14 then insert 16 rows, if the value is 13 then insert 17 rows...etc etc on down the list. It's a pretty nasty sounding IF statement, how do I get something like that to work and what would the code look like??? THANKS!!! THANKS!!!!! |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
IF statement inside a SUMIF statement.... or alternative method | Excel Worksheet Functions | |||
Reconcile Bank statement & Credit card statement & accounting data | Excel Worksheet Functions | |||
Embedding an OR statement in an IF statement efficiently | Excel Discussion (Misc queries) | |||
nasty little excel autofilling ****** | Excel Discussion (Misc queries) | |||
appending and IF statement to an existing IF statement | Excel Worksheet Functions |