Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Good Evening, Experts:
I want this macro to remove all Zero (as Text) in Column I for LOA, Termed and Duplicate records in Column J...My macro is not working...can someone tell me the commands to make this work. There is an error somewhere and I'm not savvy enough to fix it. Macro is: Sub DeleteLOATermedDupRecords() Application.Calculation = xlCalculationManual mc = "J" For i = Cells(Rows.Count, mc).End(xlUp).Row To 1 Step -1 If Cells(i, "I") = "0" Then Cells(i, mc) = "LOA" Or Cells(i, mc) = "Termed" Or _ Cells(i, mc) = "Duplicate" Rows(i).Delete Next i Application.Calculation = xlCalculationAutomatic End Sub Thank you for your help -- jeannie v |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
repeat command missing | Excel Discussion (Misc queries) | |||
Data XML Command Missing | Excel Discussion (Misc queries) | |||
Command button missing on template | Excel Discussion (Misc queries) | |||
Office2000: Missing Print command in File menu | Excel Discussion (Misc queries) | |||
Excel 2003 - Toolbar missing the file command | Excel Discussion (Misc queries) |