Author Topic: ICMP query via VBA  (Read 13367 times)

0 Members and 1 Guest are viewing this topic.

aledlund

  • Hero Member
  • *****
  • Posts: 1412
ICMP query via VBA
« on: June 17, 2009, 02:34:11 PM »
One of the most powerful tools to support TCPIP networks is the ICMP query (often called the Ping). This is the third of three example sets that illustrate VBA embedded code in a Visio stencil. In this example we show the Ping, the Stepped Ping, and the Trace route applied using VBA.
Hope this helps
Al
(part three of three)

aledlund

  • Hero Member
  • *****
  • Posts: 1412
Re: ICMP query via VBA
« Reply #1 on: July 30, 2009, 11:34:31 AM »
short video on some ism functions

http://www.youtube.com/watch?v=Ak6M_n3UTCc

vanlanjl

  • Newbie
  • *
  • Posts: 9
Re: ICMP query via VBA
« Reply #2 on: December 08, 2009, 12:43:23 PM »
all i get is Object variable or with block variable not set

plus the stencil is empty

aledlund

  • Hero Member
  • *****
  • Posts: 1412
Re: ICMP query via VBA
« Reply #3 on: December 08, 2009, 01:13:45 PM »
I just checked them, the code is still in the stencils.
al

vanlanjl

  • Newbie
  • *
  • Posts: 9
Re: ICMP query via VBA
« Reply #4 on: December 08, 2009, 01:15:02 PM »
how do you open the code.

wapperdude

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 4735
  • Ideas Visio-lized into solutions
Re: ICMP query via VBA
« Reply #5 on: December 08, 2009, 03:09:32 PM »
Al --

I had trouble with the video, too.   ???

Visio 2019 Pro

aledlund

  • Hero Member
  • *****
  • Posts: 1412
Re: ICMP query via VBA
« Reply #6 on: December 08, 2009, 05:19:16 PM »
WrapperDude,
Apologies, I'm still learning how to put a quality screen grab up onto YouTube (as a project it falls behind building a wpf interface to my rack project, and documenting the individual mini-projects).

Vanlanjl,
open the stencil and then goto developer mode and open VBA editor. The code should show up in the stencil.
HTH,
al

vanlanjl

  • Newbie
  • *
  • Posts: 9
Re: ICMP query via VBA
« Reply #7 on: December 10, 2009, 11:57:21 AM »
so what do i do with the code? Is this the code to ping a device?