View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
HickoryShade[_5_] HickoryShade[_5_] is offline
external usenet poster
 
Posts: 1
Default Excel Ping Command..via web...


Thanks for the post......sorry for the newbe question but how would I
incorp. this into the web base excel:

Dim cell as Range
for each cell in ThisWorkbook.Worksheets("Sheet1").Range("A1:A25")
Shell ("ping.exe -t " & Cell.Value), vbNormalFocus
Next

As a vbs and link the cell to it or ??


--
HickoryShade
------------------------------------------------------------------------
HickoryShade's Profile: http://www.excelforum.com/member.php...fo&userid=2667
View this thread: http://www.excelforum.com/showthread...hreadid=492700