View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Ed Wurster Ed Wurster is offline
external usenet poster
 
Posts: 3
Default Convert IP Address to Host Name

I'm trying to use Excel to process a list of IP addresses and return a
column of host names.

I have other tools that do this, but the list of addresses is usually parsed
in Excel, so I thought that it would save time to use Excel for the complete
task.

I've looked through many sites but have not come up with a solution. For
instance there may be a VBA script that does this, but I am not able to get
this to work in Excel:

http://vbnet.mvps.org/code/network/hostnamefromip.htm

I have other tools that do this, but the list of addresses is usually parsed
in Excel, so I thought that it would save time to use Excel for the complete
task.

Thanks for any help.

Ed