Hi All,
Myself raj, I am new to VBA codes. I got "Runtime error 449" for below code. can you please help me
===============================
=========================
Thanks, Raj
Myself raj, I am new to VBA codes. I got "Runtime error 449" for below code. can you please help me
===============================
Code:
Sub FilterDataraja()
Sheets("Sheet1").Range("A1:L15").AdvancedFilter
Action = xlFilterCopy
CriteriaRange = Sheets("Sheet1").Range("O2:AB3")
CopyToRange = Sheets("Sheet2").Range("B7")
Unique = True
End Sub
Thanks, Raj
Last edited by a moderator: