I am using an advanced filter and have recorded a macro to speed up the work, the problem is when I do it manually it works fine but, when I run a macro the advanced filter doesn't pull through any data.
The code for the macro is below.
' Regenerate_Schedule Macro
'
'
Range("A4").Select
Range("A4:P465").AdvancedFilter Action:=xlFilterInPlace, CriteriaRange:= _
Range("F1:G2"), Unique:=False
Range("A4").Select
End Sub
Any help would be great.
Paul.
Tags: