I'm trying to copy the results of an autofilter, with the code below but keep getting a run-time error '1004': Unable to get the SpecialCells property of the Range class.
How do i fix that? thanks!
Dim LR As Long
Dim rng As Range
With Sheet1
AutoFilterMode = False
LR =...