Connecting Tech Pros Worldwide Help | Site Map

Run Visio Macro Using perl Script

Newbie
 
Join Date: Jan 2009
Posts: 2
#1: Jan 7 '09
Hi all,

I'm really new to Perl. I'm not sure where to post my topic as it between Perl and Visio. Anyway, 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?
gpraghuram's Avatar
Expert
 
Join Date: Mar 2007
Location: Chennai
Posts: 1,256
#2: Jan 7 '09

re: Run Visio Macro Using perl Script


Did you search for any related perl modules for this ?
Better do a search in cpan.

raghu
Newbie
 
Join Date: Jan 2009
Posts: 2
#3: Jan 7 '09

re: Run Visio Macro Using perl Script


I tried to search but couldn't find anything related to what i'm looking for. If you could help me, that would be great. Thanks
KevinADC's Avatar
Expert
 
Join Date: Jan 2007
Location: Southern California USA
Posts: 4,091
#4: Jan 7 '09

re: Run Visio Macro Using perl Script


Sorry, I have no idea. I sugest you ask on PerlMonks - The Monastery Gates if you haven't already.
Reply

Tags
perl, visio macro