Two dialup windows open when I do the following:
Shell "rundll32.exe rnaui.dll,RnaDial " & strConnectName

This causes a problem when using SendKeys "{ENTER}",1 to start the connection process.

Anybody have any suggestions on how to fix this problem or how to force a connection without the users input.
(I do allow the user to choose the dialup connection they want, hence strConnectName)

Thanks