The ImportStep event is triggered when a record is loaded through the ImportExcel function.
Syntax | ||||
ImportStep(NewCnt, UpdCnt, ErrCnt, Cancel) | ||||
Return value | ||||
None | ||||
Parameter | ||||
Use |
Name |
Type |
Passing |
Description |
Required |
NewCnt |
Long |
ByVal |
The number of new records |
Required |
UpdCnt |
Long |
ByVal |
The number of updated records |
Required |
ErrCnt |
Long |
ByVal |
The number of errors |
Required |
Cancel |
Boolean |
ByRef |
If Cancel is set to True, the import is canceled |