Products Downloads


French version


 

Method names carry a prefix according to the Microsoft Excel object to which the method relates:

APPL

for the Microsoft Excel application,

WKBK

for a Microsoft Excel workbook

WKSH

for a Microsoft Excel worksheet

RANG

for a Microsoft Excel cell range.

 

Each method updates a return code. The possible values for this return code are:

"0"

methods executed successfully,

"1"

execution failed,

other value

execution failed: the return code will contain a Win32 API error code.

 

Note: If a cell is in the process of being printed or a dialog box is being displayed by Microsoft Excel when a method is executed, the method will fail.

 

 

 

↑ Top of page