QualityControlQC
New Member
- Joined
- Sep 2, 2019
- Messages
- 3
I have a macro to pull a row of information from a worksheet upon clicking an icon and posting on the sheet with the Icon. Its been a long time since I used this macro and I have forgotten how I made it work. Can someone tell me what is wrong with this macro? It gives me a runtime error of 1004. I am just looking for a quick fix and not to rebuild the whole thing. Thanks for your help.
Range("WeldLog!Print_Area").AdvancedFilter Action:=xlFilterCopy, _
CriteriaRange:=Range("NDE_REQUEST!Criteria"), CopyToRange:=Range("A10:AT10"), Unique:=False
Range("WeldLog!Print_Area").AdvancedFilter Action:=xlFilterCopy, _
CriteriaRange:=Range("NDE_REQUEST!Criteria"), CopyToRange:=Range("A10:AT10"), Unique:=False