in reply to MS word insert picture
Those become string constants.msoFalse, # link to file msoTrue, # save with document
Better do:
Yet, don't do mixed style OLE calls, like in your 'SaveAs' method, it is not supoprted.my $wordconst = Win32::OLE::Const->Load($word); $wordconst->{msoFalse};
|
|---|