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
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