P
PP
Hi Al
Can somebody tell me, how can I start programming on a WORD DOC
Where can I find the Object Model
I opened a WORD DOc, went to Tools -> Macros -> VB Editor
I wrote a small code on it, it never gets executed
Private Sub Document_Open(
MsgBox ("XXX"
End Su
Private Sub Document_New(
MsgBox ("YYY"
End Su
Can somebody tell me, how can I start programming on a WORD DOC
Where can I find the Object Model
I opened a WORD DOc, went to Tools -> Macros -> VB Editor
I wrote a small code on it, it never gets executed
Private Sub Document_Open(
MsgBox ("XXX"
End Su
Private Sub Document_New(
MsgBox ("YYY"
End Su