JavaScript must be enabled in order to use this site.Please enable JavaScript in your browser and refresh the page. Spreadsheet.TransposeData This function transposes the spreadsheet. Syntax Parameters Return Value - This function has no parameters. This function does not return a value. SVB Example Transposing data: Option Base 1 Option Explicit Sub Main Dim spr As Spreadsheet 'assigns the active spreadsheet to the object spr Set spr = ActiveSpreadsheet 'transposes the active spreadsheet spr.TransposeData End Sub Copyright © 2020. Cloud Software Group, Inc. All Rights Reserved.