ADVANCED Form Loaded Times
Gets how many times your form was loaded Original Author: Demian Net Returns Returns as Long Code Public Sub SetLoaded() ‘put this in your main forms’ Load procedure ‘this will set the count Dim lTemp As Long, sPath As String lTemp& = GetLoaded& If Right$(App.Path, 1) <> “” Then sPath$ = App.Path & “” & App.EXEName & “.tmp” Else sPath$ = App.Path & App.EXEName… Read More »