I have a set of arrays(say 3 arrays) and I want to display them within a cell. My code is as below,
Output: First LineSecond LineThrid Line![]()
Please Login or Register to view this content.
But the problem is I them to display them with line spacing between each array within the same cell (1,1).
My desired output:
First Line
Second Line
Thrid Line
Within the same cell(1,1)
I used Char(10), but its displaying complie error as Sub or Function not defined.
Please help me with correct code.
Bookmarks