Max Wanadoo
max.wanadoo at gmail.com
Thu Jul 2 06:26:43 CDT 2009
Stuart,
The function you posted to get the IP Sub net mask had an error in line:
GetIPMask = ConvertAddressToString(Listing.mIPInfo(1).dwMask)
(5 lines up from end of code)
which shoule be:
GetMyIPMask = ConvertAddressToString(Listing.mIPInfo(1).dwMask)
Runs great. many thanks
Max