code:Private Declare Function LocalFree Lib "kernel32" (ByVal hMem As Long) As Long Public Sub FreeMemory() LocalFree pTablePtr End Sub