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