View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming,microsoft.public.access
Ian Ian is offline
external usenet poster
 
Posts: 238
Default Transpose to different sheet

Sorry for the cross-posting, but I'm not sure where this is better placed.

I need to take the data from an Access table and turn it into column headers
in an Excel spreadsheet.

I can easily export the data to a spreadsheet (call it sheet A), but it
appears as a column.

I then need to determine how many entries there are in the column, insert
that number of columns in another spreadsheet in a different workbook (call
it sheet B) and transpose the column in sheet A to populate row 1 in sheet
B.