JavaScript must be enabled in order to use this site.Please enable JavaScript in your browser and refresh the page. Report.SelectAll Selects all of the text in the report. Syntax Parameters Return value - This function has no parameters. This function does not return a value. SVB Example Pasting a spreadsheet's content into a report: Option Base 1 Option Explicit Sub Main 'get the contents of the active spreadsheet ActiveSpreadsheet.SelectAll() ActiveSpreadsheet.CopyWithHeaders() 'paste the spreadsheet into the report ActiveReport.Paste() End Sub Copyright © 2020. Cloud Software Group, Inc. All Rights Reserved.