Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() following is my code: For i = 100 to 1 If cells(1,i) < "GM" AND If cells(1,i) < "tURNOVER" AND If cells(1,i) < "cONTRIBUTION" AND............Then Selection.EntireColumn.Delete There are 15 criteria, how do I shorten my code, maybe using an array? not sure. Thanks -- T De Villiers ------------------------------------------------------------------------ T De Villiers's Profile: http://www.excelforum.com/member.php...o&userid=26479 View this thread: http://www.excelforum.com/showthread...hreadid=566269 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
match multiple criteria ina range from multiple criteria multiplet | Excel Worksheet Functions | |||
Shortening a formula | Excel Programming | |||
Counting Cells with multiple criteria.One criteria supporting wild | Excel Worksheet Functions | |||
Counting Cells with multiple criteria.One criteria supporting wild | Excel Worksheet Functions | |||
Help with shortening/cleaning some code please | Excel Programming |