AboutAdelaide carvalho Expertise I will be able to answer any question on Excel and Visual Basic for Applications - class modules, recursive procedures and functions are my favourite
Experience
Past/Present clients Several readers of my Books think they are useful.
2. Select A1:G6)
Type on the left-upper hand cell of this range
=Transpose(Sheet1!A1:F7)
Press at the same time control Shift Enter
or
(you can type = Transpose(then go to sheet1 select the range A1:F5 type ) and press the 3 keys)
I hope this helps
Cheers
Adelaide Carvalho
Hi again !
oops .. I forgot the macro
Sub TransposeToSh2()
Dim R As Range, I As Integer, J As Integer
Dim R1 As Range, addr As String
Set R = Sheets(1).Range("A1:F7")
Set R1 = Sheets(2).Range("A1")
For I = 1 To R.Columns.Count
For J = 1 To R.Rows.Count
R1.Cells(J, I) = R.Cells(I, J)
Next J
K = K + 1
Next I
End Sub
About Excel
This topic answers questions related to Microsoft Excel spreadsheet (or workbook) stand-alone or Mircrosoft Office Excel including Excel 2003, Excel 2007, Office 2000, and Office XP. You can get Excel help on Excel formulas(or functions), Excell macros, charting in Excel, advanced features, and the general use of Excel. This does not provide a general Excel tutorial nor the basics of using a spreadsheet. It provides specific answers to using Microsoft Excel only. If you do not see your Excel question answered in this area then please ask an Excel question here