Just in case you do not know you can direct the output to a text file and read in the result....

dim ip_address as string
ip_address = "192.10.11.23"
shell("ping.exe " & ip_address & " > c:\output.txt")



------------------
Slan