Visio Guy

Solution-specific Visio Discussions => Network Diagramming => Topic started by: aledlund on June 17, 2009, 07:34:11 PM

Title: ICMP query via VBA
Post by: aledlund on June 17, 2009, 07: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)
Title: Re: ICMP query via VBA
Post by: aledlund on July 30, 2009, 04:34:31 PM
short video on some ism functions

http://www.youtube.com/watch?v=Ak6M_n3UTCc
Title: Re: ICMP query via VBA
Post by: vanlanjl on December 08, 2009, 05:43:23 PM
all i get is Object variable or with block variable not set

plus the stencil is empty
Title: Re: ICMP query via VBA
Post by: aledlund on December 08, 2009, 06:13:45 PM
I just checked them, the code is still in the stencils.
al
Title: Re: ICMP query via VBA
Post by: vanlanjl on December 08, 2009, 06:15:02 PM
how do you open the code.
Title: Re: ICMP query via VBA
Post by: wapperdude on December 08, 2009, 08:09:32 PM
Al --

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

Title: Re: ICMP query via VBA
Post by: aledlund on December 08, 2009, 10: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
Title: Re: ICMP query via VBA
Post by: vanlanjl on December 10, 2009, 04:57:21 PM
so what do i do with the code? Is this the code to ping a device?