Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Morning all.
I have the below code in a sheet, to action an advance filter whenever cell F12 is changed. However the below code error's out. (Error 1004) Would it be possible to get some help in fixing this code? Many thanks. Cheers, Russell. Private Sub Worksheet_Change(ByVal F12 As Range) Range("Suppliers").Range("B4:B20000").AdvancedFilt er Action:=xlFilterCopy, _ CriteriaRange:=Range("J11:J12"), CopyToRange:= ("K11"), Unique:=False End Sub |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Worksheet Change Event | Excel Discussion (Misc queries) | |||
Worksheet Change event | Excel Discussion (Misc queries) | |||
Worksheet Change Event | Excel Discussion (Misc queries) | |||
Worksheet Row Change event | Excel Discussion (Misc queries) | |||
Worksheet Change Event Help Please | Excel Programming |