If I recall correctly, you use some text files to pull in pieces of code/skeleton code that can be reused. (insert option vba)
Option Compare Database
Option Explicit
Private WithEvents m_Listbox As Access.ListBox
Private m_NumberRecordsInColumn As Long
Private m_NumberOfColumns As Long
Private m_FirstRecord As Long
Private m_Domain As String
Private m_DisplayField As String
....
Private Dog as string
Public Property Get lstMatches() As Access.ListBox: Set lstMatches = m_objlstMatches: End Property
Public Property Set lstMatches(ByVal objNewValue As Access.ListBox): Set m_objlstMatches = objNewValue: End Property
One of my favorites is Clear Immediate window.I never realized there was so much there I never looked at
Where you add your snippets, you have a text box at the bottom that tells you where it's been saved. You can even brawse and change it to any folder you choose.he problem is that I don't know where the data I enter is stored and I don't have a way of backing it up.
@moke123
Just don't forget to backup MZ-Tools settings every now and then.
If something goes wrong with your PC and you're forced to do a refresh or a reinstall, everything's gone.
Some part of MZ-Tools (for example code library) need a separate export to back up what you have.