Below you find a script example on how to resolve IP Numbers to MAC Addresses.
'Copyright 2005 by www.aloaha.com
'furhter questions please send to info@aloaha.com
or visit our Forum at:
'http://www.aloaha.com/html/portal
Set arp = CreateObject("aloaha_iptools.arp")
MsgBox arp.get_MAC("192.168.0.111")
Please replace 192.168.0.111 with an IP Number in your Subnet