Home |
Search |
Today's Posts |
#7
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() 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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
PING within Excel Cell | Excel Worksheet Functions | |||
Ping Server Excel Macro | Excel Programming | |||
Execute a ping command | Excel Programming | |||
Ping results into Excel | Excel Programming | |||
ping in excel | Excel Programming |