Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

Re^2: Win32::OLE Word Macro Conversion

by Jenda (Abbot)
on Nov 25, 2004 at 00:46 UTC ( #410296=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    for ($Word->Options) {
      $_->{LocalNetworkFile}=0;
      $_->{LabelSmartTags}=0;
    }
    
  2. or download this
    {
      my %opt = (
    ...
      );
      map $Word->Options->{$_} => $opt{$_}, keys %opt;
    }
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://410296]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this? | Other CB clients
Other Users?
Others cooling their heels in the Monastery: (3)
As of 2023-09-25 17:32 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found

    Notices?