Excel Hangs on Closing after calling frmMain one time from VBASolved

Windows 10 Home 64 bitMicrosoft Excel 32 bit for Office 365 (16.0.11601.20174)Using VBA API and YourVBAProject.xlam sampleUsing turboactivate and stdcall dll's All other com add-ins turned off

turboactivate.exe activation runs finetrial dates works OK from ExcelfrmMain loads OK in Excelactivate/deactivate works OKFile saves fine after calling frmMain

But whenever I try to close Excel via file/close or click the "x" on the top right after calling the frmMain one time using VBA "frmMain.show" command, Excel will hang in memory and I can only end via task manager or restart. Same exact symptom on a Windows 7 machine and Office 365 Excel.

Excel acts like something is still loaded in memory that will not allow it to shutdown.

Any suggestion would be appreciated. All other functions appear to work fine. Last hurdle to cross...

For example, the following simple VBA code runs fine, even if i call it multiple times. But when I close Excel, Excel hangs everytime after executing the following code at least once from your VBA example. It acts like turboactivate will not allow Excel to close properly once it is in memory...

Public ta As TurboActivateSub TestSecurity() Set ta = New TurboActivate Call ta.Init("2d8e68b85a81d2420ad999.59753126") If ta.IsActivated Then MsgBox "Activated!" Else MsgBox "Not Activated" End IfEnd Sub

I just downloaded the latest turboactivate you posted today and Excel doesn't crash anymore when I exit!

Thank you!

No problem. Were glad to help. Thanks for reporting this.