VBA Notes
Some Notes
Option Explicit
'Listview API
'-----------------------------Start Listview API-------------------------------------
Private Declare Function SendMessag ...
Read More
Routine to load Listview from recordset
'Initialize our listview and columnheaders
ListView1.View = lvwList ' lvwReport
& ...
Read More
cPaging
Option Explicit
Private m_PAGE_CURRENT As Long 'Store current page
Private m_PAGE_PREV As Long 'Store the pre ...
Read More