Get Workbook Address

Returns the selected cell, write mode, and auto move direction for an Excel spreadsheet.

 

Input Arguments

 

0

Integer

Workbook Handle

The handle for the workbook returned from the Open Workbook File command.

 

Return Arguments

 

1

String

Absolute Position Worksheet Name

The name of the active worksheet.

2

String

Absolute Position Column (A,

B, C, ...)

The currently selected column.

3

String

Absolute Position Row (1, 2,

3, ...)

The currently selected row.

4

Write Mode Type

Write Mode

The current write mode for the spreadsheet.

5

Move Direction Type

Auto Move Direction

The current auto-move direction.

6

Integer

Auto Move # Cells

The current number of cells being used with auto-move.

 

 

 

 

 

Returned Status

 

SUCCESS

The information was returned successfully.

FAILURE

The workbook handle was invalid.

 

Remarks

None.