in reply to Re^4: InsertSymbol usage to modify Word document
in thread InsertSymbol usage to modify Word document
While I can't help you with your specific task, I wonder whether your code works at all, as you seem to want to use named parameters but your syntax will pass them as positional parameters instead. (Re)read the Win32::OLE documentation to see how to actually pass named parameters. Or look at the difference between the line that I gave you, which works, and compare that line with the other lines, where I doubt that these work.
|
|---|