![]()
Sub test() Dim i As Long For i = 1 To Columns(1).SpecialCells(2).Areas.Count Columns(1).SpecialCells(2).Areas(i).Copy Cells(i, 3).PasteSpecial Transpose:=True Next End Sub
![]()
Sub test() Dim i As Long For i = 1 To Columns(1).SpecialCells(2).Areas.Count Columns(1).SpecialCells(2).Areas(i).Copy Cells(i, 3).PasteSpecial Transpose:=True Next End Sub
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks