CopyToRange to include hyperlink

Joined
May 23, 2017
Messages
1
Reaction score
0
I have this filter and CopyToRange but is does not include any hyperlink. Is there an easy way modify to include any hyperlink.

Sub Review()
Application.ScreenUpdating = False
Set area = Sheet2.Range("a2:l100000") '
area.AdvancedFilter Action:=xlFilterCopy _
, CriteriaRange:=Sheet1.Range("b3:k4"), CopyToRange:=Sheet1.Range("c8:n8"), _
Unique:=False
Application.ScreenUpdating = True
Sheet1.Select
End Sub
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top