Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Info
titleFollowing the Sample Code

In the downloadable TODO ADD FILE REFERENCE, there are completed template files located in CompleteFinancialReport/templates.
A copy of the completed template files are also available TODO ADD FILE REFERENCE.

Warning

The point of the Financial report was to make a dynamic report with ordinal syntax etc., plus a lot of advanced formatting techniques. The CopySheet should be to make a copy of one of the sheets and then use data binding properties to bind different data sets to each of the copied pages. We would want to cover 'merging workbooks' in a separate tutorial that would cover CopyPaste and CopySheet.

Getting Started

This section covers using ExcelApplication to join two Worksheets into one Workbook. These two worksheets were created in Part 1 and Part 2 of this tutorial. 

...