Originally Posted by
Rick Rothstein
The following comment is for the red highlighted text, but it also applies (concept-wise) to the blue highlighted text as well. You do not need to use the double Application.Transpose to assign a single row horizontal range of cells as a one-dimensional array to a variable. Here is a more direct way...
ConcatCol = Application.Index(ConcatCol.Value2, 1, 0)
Note: The Value or Value2 property must be specified or the code won't work.
Bookmarks