04 RsetClose - AndrewMB2/Logic-Architect-for-Excel-VBA GitHub Wiki
RsetClose method
Close the recordset if any and optionally any connection
Applies to
| TableData | ArrData | RsetData | Xdata | XShared |
|---|---|---|---|---|
| ✓ |
Parameters
| Name | Type | Description |
|---|---|---|
| CloseConnection | Boolean (optional) | If True, also closes the connection. |
Unlike most methods, this can be run when HasError is True. There is no return value.