View Single Post
 
Old 02-11-2018, 02:41 PM
jeffreybrown jeffreybrown is offline Windows Vista Office 2007
Expert
 
Join Date: Apr 2016
Posts: 673
jeffreybrown has a spectacular aura aboutjeffreybrown has a spectacular aura about
Default

Maybe try...

From:
Code:
CriteriaRange:=Range("E1:E2")
To:
Code:
CriteriaRange:=Range("E1:F2")
Reply With Quote