Used Advanced Filter to create a filter on a separate wksht in same workbook. Within the list range are cells that have hyperlinks. The advanced filter is on Wksht 1, brings all of Row 1, Row 2, etc to wksht. In Title column is the word without a hyperlink attached to it. How do I bring hyperlink onto Wksht 2 along with all of other info.
Macro below: Sub Filterme() Filterme Macro ' ' Sheet10.Range("A1").CurrentRegion.AdvancedFilter Action:=xlFilterCopy, _ CriteriaRange:=Range("FilterData!Criteria"), CopyToRange:=Range( _ "FilterData!Extract"), Unique:=False–
Macro below: Sub Filterme() Filterme Macro ' ' Sheet10.Range("A1").CurrentRegion.AdvancedFilter Action:=xlFilterCopy, _ CriteriaRange:=Range("FilterData!Criteria"), CopyToRange:=Range( _ "FilterData!Extract"), Unique:=False–