|
Edit: New and much better version of this macro. viewtopic.php?f=21&t=40598 |
Sub Main
oDoc = ThisComponent
enum1 = oDoc.Text.createEnumeration
While enum1.hasMoreElements
thisPara = enum1.nextElement
enum2 = thisPara.createEnumeration
While enum2.hasMoreElements
thisPortion = enum2.nextElement
thisPortion.HyperlinkTarget = ""
thisPortion.HyperLinkURL = ""
Wend
Wend
End SubBASIC Runtime Error
Error in this line: "enum2 = thisPara.createEnumeration"
Property or method not found.
|
Edit: New macro. viewtopic.php?f=21&t=40598 |
Users browsing this forum: rhimbo and 20 guests