03-14-2017, 08:56 AM
The following code can not succeed too :oops:
Sub SetBoldRange()
ActiveDocument.ActiveWindow.Panes(1).Selection.Cut
End Sub
Macro Macro1
Trigger SF9
Sub SetBoldRange()
ActiveDocument.ActiveWindow.Panes(1).Selection.Cut
End Sub
Macro Macro1
Trigger SF9

;/exe 1
out
typelib Word {00020905-0000-0000-C000-000000000046} 8.0
Word.Application app._getactive ;;connect to Word. Note: need the /exe 1.
Word.Document doc=app.ActiveDocument
doc.ActiveWindow.Panes(1).Selection.Cut
;BEGIN PROJECT
;main_function Macro1
;exe_file $my qm$\Macro1.qmm
;flags 6
;guid {EB126AB4-AFF9-4818-9E31-A62869FFF810}
;END PROJECT