Hi
i try copy and trasnpose data, but doesn't work.
look my file
Thanks
Hi
i try copy and trasnpose data, but doesn't work.
look my file
Thanks
"No xadrez nem sempre a menor dist?ncia entre dois pontos ? uma linha reta" G. Kasparov.
If your problem is solved, please say so clearly, and mark your thread as Solved: Click the Edit button on your first post in the thread, Click Go Advanced, select b from the Prefix dropdown, then click Save Changes. If more than two days have elapsed, the Edit button will not appear -- ask a moderator to mark it.
I do not know the logic for transposing, but this code is hard coded
![]()
Sub wRONG() Dim wsSrc As Worksheet Dim wsDst As Worksheet Set wsSrc = Worksheets("Planilha1") Set wsDst = Worksheets("Planilha2") wsSrc.Range("B2,D2,H2,J2,L2").Copy ' wsSrc.Range("B2,D2,F2,H2,J2,L2").Copy wsDst.Range("A4").PasteSpecial xlPasteValues, Transpose:=True wsSrc.Range("C2,E2,G2").Copy wsDst.Range("B4").PasteSpecial xlPasteValues, Transpose:=True wsSrc.Range("I2,K2,M2").Copy wsDst.Range("C6").PasteSpecial xlPasteValues, Transpose:=True Application.CutCopyMode = False End Sub
i found it in http://www.ozgrid.com/forum/showthread.php?t=33951
make by norie
Thank you!!
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks