Code:
EH:
    Shell App.Path & "\" & MONIKER_WIN64_EXE & " /hidden"
    Set m_oProxy = GetObject("MyApp.MyProxy")
Since "Shell" returns immediately and doesn't wait for the external program to actually finish loading, isn't there a possibility the subsequent "GetObject" will fail?