Why does a variant with a single value type convert to string?
I have filtered a list in another sub function, and then I want to parse out the values in column A. It works fine if there are multiple values, but when the variant "temp" has only one item, it becomes a string and I get Type Errors when it gets to the For/Next loop.
I tried to force it back to a variant with the red code, but it still comes out as a string!
![]()
Please Login or Register to view this content.
Bookmarks