This should do
![]()
Sub test() Dim x As String x = Range("a1", Range("a" & Rows.Count).End(xlUp)).Address [l4] = "'" & Join$(Evaluate("transpose(" & x & ")"), ",") End Sub
This should do
![]()
Sub test() Dim x As String x = Range("a1", Range("a" & Rows.Count).End(xlUp)).Address [l4] = "'" & Join$(Evaluate("transpose(" & x & ")"), ",") End Sub
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks