Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
For i = LastRow To 1 Step -1
If Not (Range("K" & i).Value Like "911195") Then Range("K" & i).EntireRow.Delete End If Next 'i This piece of code deletes a row if the value in column "K" is not like "911195". How can I change this to delete whatever the value of cell "A2" is? Could I set this up as a variable? Each time I run this the value will not always be "911195" that I want to delete. Currently I go edit the macro each time. T.I.A. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Variable calculation question | Excel Worksheet Functions | |||
Variable name question | Excel Discussion (Misc queries) | |||
variable question | Excel Discussion (Misc queries) | |||
Simple Variable Question | Excel Programming | |||
Question: Macro overloading, passing variable number of arguments | Excel Programming |