Home |
About me |
EXCEL
VB Programming (XL97-2003) |
ACCESS Programming |
EXCEL VB.Net Programming |
EXCEL Spreadsheet Functions |
Material Management | Guestbook
|
ADO PageSize PropertyThe PageSize property
returns a long value that defines the maximum number of records that can be
displayed on a single page in the Recordset object. You can set this
property at any time, regardless if the Recordset is open or closed.
|
objRecordset.PageSize |
|