Connecting Tech Pros Worldwide Help | Site Map

Run Visio Macro Using perl Script

  #1  
Old January 7th, 2009, 01:56 AM
Newbie
 
Join Date: Jan 2009
Posts: 2
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?
  #2  
Old January 7th, 2009, 04:01 AM
gpraghuram's Avatar
Expert
 
Join Date: Mar 2007
Location: Chennai
Posts: 1,257

re: Run Visio Macro Using perl Script


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

raghu
  #3  
Old January 7th, 2009, 05:03 AM
Newbie
 
Join Date: Jan 2009
Posts: 2

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
  #4  
Old January 7th, 2009, 09:35 AM
KevinADC's Avatar
Expert
 
Join Date: Jan 2007
Location: Southern California USA
Posts: 4,097

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