LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #7   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Excel Ping Command..via web...


Thanks for the Info!!.....I was able to google the question a little
more and found somewhat of a solution. I use:

Private Sub Worksheet_FollowHyperlink(ByVal Target As Hyperlink)
If Target.Range.Address = "$B$16" Then
Shell ("ping.exe -t " & ActiveCell.Value), vbNormalFocus
End If

This is actually within the sheet itself. For every link I add this
code and change "$B$16" to represent the actual cell.....As a workbook
it works great. But when I save it as a web page I lose all
functionality.....Any thoughts on how I might be able to resolve
this....

TIA....


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

 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
PING within Excel Cell Steve Excel Worksheet Functions 1 July 14th 06 02:58 PM
Ping Server Excel Macro [email protected] Excel Programming 0 November 29th 05 04:44 PM
Execute a ping command Significent Excel Programming 10 November 22nd 05 01:26 AM
Ping results into Excel RB Smissaert Excel Programming 0 February 24th 05 03:00 PM
ping in excel Andy Mohan Excel Programming 5 February 21st 05 10:08 PM


All times are GMT +1. The time now is 07:24 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"