Hi,
How can i add code offset(1,0) and Resize(,15) after the code filters for the data so when it gets copied to range it will only copy the required data.
ShtTemp.Range("A5").CurrentRegion.AdvancedFilter Action:=xlFilterCopy, _
CriteriaRange:=Range("rngAsset"), CopyToRange:=shtAsset.Range("a6"), Unique:=False
How can i add code offset(1,0) and Resize(,15) after the code filters for the data so when it gets copied to range it will only copy the required data.
ShtTemp.Range("A5").CurrentRegion.AdvancedFilter Action:=xlFilterCopy, _
CriteriaRange:=Range("rngAsset"), CopyToRange:=shtAsset.Range("a6"), Unique:=False