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
Usage: Must have form DatePickerForm
'Call this with the ffg. code
Private Sub txtDate_DropButtonClick()
Dim v
Set DatePicke ...
Read More
Option Explicit
Private Declare PtrSafe Function GetShortPathName Lib "kernel32" Alias "GetShortPathNameA" (ByVal lpszLongPath As String, ByVal lpszShortPath As String, ByVal cchBuffer ...
Read More