Hi. After running advanced filtering through VBA like that:
Excel returns a couple of rows which fit the Criteria.![]()
Range("B4:G84").AdvancedFilter Action:=xlFilterInPlace, CriteriaRange:= Range("B1:G2")
How to display these rows in a textbox in the userform? (all I've managed to display in it is one cell).![]()
Bookmarks