Looks like I removed a Constant declaration that you'll actually need. Add this back in near the other Constant declarations
' initial seed value for UniqueID for email records; this value will be incremented by 1 prior to first assignment
Public Const UNIQUEID_SEED As Long = 100
' initial seed value for UniqueID for email records; this value will be incremented by 1 prior to first assignment
Public Const UNIQUEID_SEED As Long = 100
OM Gang