Hi All
why below code isn't working showing error in last line.
why below code isn't working showing error in last line.
VBA Code:
Sub test()
Dim xx()
xx = Array("South", "North", "Center", "North", "Center", "South", "Center", "South", "North", "South", "North", "Center", "North", "Center", "South")
Z = Application.Transpose(xx)
x1 = Application.Evaluate("=WRAPCOLS(" & Z & ", 3)")
End Sub