I am uses early binding to create a Notes Session. When notes is open and is prompting you for the Password ("Enter Password"), the code freezes on this line:

Set DomSession = New NotesSession

Is there a way to prevent this, or do I need to check for this window and get rid of it before executing my code?