Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

telnet from visio objects

Status
Not open for further replies.

tjbradford

Technical User
Dec 14, 2007
229
GB
Hi all i want to do as per this old post but i'm stuck


i want to use the code eg

Sub macro1()
msgbox ipaddress
x = Shell("RUNDLL32.EXE URL.DLL,FileProtocolHandler telnet:" & ipaddress , vbNormalFocus)
End Sub

i can't get the code to look at the object and pull the ip address from the custom fields section.

what am i missing in order to get the values from the object to show in my example msgbox

currently it shows up but is just blank
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top