Test if Port Number is open in VBA

clive2002

Registered User.
Local time
Today, 06:38
Joined
Apr 21, 2002
Messages
90
Hi,

I have an application that requires a port number to be open to function.

How do i test in VBA if a user has opened the the required port number before i run the main piece of code in my application.

eg

Is port number 1234 open?

If true then, else exit.

Thanks
Clive
 

Users who are viewing this thread

Back
Top Bottom