Hi,
In my startup routine, I have:
If HasActiveDesignFile Then
'Do Everything
End If
I can not replicate your issue by adding the Levelmanager keyin to my routine. What would happen if you add a DoEvents before and after your command? Maybe that allow time for things to happen.
--Robert