Using Excel 2010
I'm trying to assign the visible cells in a range to a variable after having filtered the data. However, I'm getting a Run-time error '13': Type Mismatch error.
Following is the pertinent code for the variable:
Dim strMaker As String
strMaker = Range("C2:C" &...