vba transpose

  1. J

    VBA Code Loop Copy Paste Transpose

    Good day, I am newish to Visual Basic, apologies if this has been posted but i have searched through most of the forums and could not find this specific one. Basically what I need to do is a data sort from a file that information is not aligned properly. It comes with information in Cell A...
  2. D

    VBA Script Transpose Data

    Dear Experts, Hoping you can help me I would like to transpose data from one column into rows. I think there are about 4500 rows of data (not blank fields). My data looks like below: 3 rows data, 1 blank row, 3 rows data, 1 blank row and then 3 rows of data. Further below you can see what the...
  3. F

    Please need help with Transpose,offset,loop -Specially the loop-

    Hi Friends, I have a VBA code that transpose the Column A and B, (everything perfect), But now i'm adding more columns and i need to do the same Transpose but with offset 1 but my code not have a Loop till the last empty column. Can someone tell me where can i insert the Loop in my code? This...
  4. B

    VBA Transpose

    Hi Guys, I have been using the below code to transpose some order numbers Sub TansposeRange() Dim InRange As Range Dim OutRange As Range Dim i As Long Set InRange = Sheet1.Range("B3:B10002") Set OutRange = Sheet2.Range("B2") InRange.Worksheet.Activate InRange.Select...
  5. D

    Transpose Horizontal to Vertical with multiple key columns

    Hello, I track operational metrics in Excel 2007, and for ease of forecasting, this is laid out with descriptive columns then time frame columns. 72 columns across in total. ~5,300 rows. Sample below. Each data row has 6 columns that identify the: A Metric (ie Received Units) B Ledger...
  6. K

    Transposing Multiple Rows into Stackable Column

    <tbody> 03-558 Erol 03-559 Todd </tbody> Hello All, I'm a high beginner at this but I guess I'm a really good researcher because this got me pretty close to what I need. I just need it to run on every sheet and break off when it is done with the last sheet. <tbody> 03-558 Erol...
  7. C

    XL2007 VBA Transpose Using R1C1 References & Public Constants

    Hi, I can't figure out why the following won't work. I have adapted code posted by user VoG on the thread http://www.mrexcel.com/forum/excel-questions/490018-visual-basic-applications-copy-column-data-into-rows.html into my workbook as; Sheet2.Range("A2").Resize(2928, 80).Value =...
  8. Y

    WorksheetFunction.Transpose > 65536 lines

    I have a scripting.dictionary object with more than 65536 lines items. When trying to use the WorksheetFunction.Transpose function, system display Type Mismatch Error 13. VBA Codes: .Columns("A").Value = WF.Transpose(dicOrg.Keys) .Columns("B:E").Value = WF.Transpose(WF.Transpose(dicOrg.Items))...

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top