Run Visio Macro Using Perl

Started by flow3rgirlz, January 07, 2009, 03:05:41 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

flow3rgirlz

Hi,

I want to run a Visio macro automatically using Perl Script.

$vis->Run($macro_to_run);

I found this method to run in Word macro. I tried to use this macro in Word and it works. But when i use in Visio macro, it doesnt run the macro. Is there any different way to run Visio macro in Perl?

Thanks....