This commit is contained in:
2020-10-02 10:41:41 +02:00
parent 3a223f4418
commit 80d07c49dc
23 changed files with 2886 additions and 106 deletions

View File

@@ -18,6 +18,11 @@ Public Class ThisAddIn
' MsgBox("JOAS")
TestPrintFirstPage()
End Sub
AddHandler rbnMailItem.bla, Sub()
' MsgBox("JOAS")
' TestPrintFirstPage()
End Sub
End Sub
Private APP = Me.Application
@@ -47,10 +52,6 @@ Public Class ThisAddIn
' wdDoc.Close(False)
' wdApp.Quit()
End Sub
End Class