Results Object

<< Click to Display Table of Contents >>

Navigation:  Developer Edition > Visual Basic for Applications (VBA) > Object Model Reference >

Results Object

Previous pageReturn to chapter overviewNext page

Container for the number of differences found.

 

Methods

Name

Description

none

 

Properties

Name

Description

Returns an array with the overall differences found.

Returns an array with the individual differences found.

Returns the number of cells with cell comments.

Returns the number of cells with different (entered) values and formulas.

Returns the number of cells with different formats.

Returns the number of different Excel names.

Returns the number of cells with different calculated values (or results).

Returns the number of duplicate keys (database only).

Returns the number of duplicate records (database only).

Returns the number of missing columns (or fields).

Returns the number of missing rows (or records).

Returns the number of missing worksheets (only for projects with automatching).


Returns the total number of differences found.

Returns the number of specified differences found.

Returns the results as a formatted text for message box.

Returns the number of specified differences found as text.

 

Events

Name

Description

none

 

Remarks

If the results object is a child of the Project object, then combined results are returned.
If the results object is a child of the Pair object, then individual results are returned.