As per xiaoyao's suggestion, I moved the startup command to Sub Main in the module and entered:
That seems to have corrected the issue. I will update the download when I get time.Code:Sub Main() If Not InitFakeHeader Then MsgBox "No executable!", vbExclamation If Form1.Visible Then Exit Sub Form1.Show End Sub
J.A. Coutts





Reply With Quote