Hi Leith,

Ran
"ShowForm" as suggested, getting error as below -

Compile error : User-defined type not defined

and below code is highlighted -

Public Declare Function ShowWindow _
    Lib "user32.dll" _
        (ByVal hwnd As LongPtr, _
         ByVal nCmdShow As Long) _
    As Long