Hiya everyone!
I'm trying to convert some macros that I created to mailmerge stuff etc. Basically the COBOL program creates the data and then calls MS Word (macro stored in normal.dot).
I've had a few stability problems so thought I'd have a stab at converting it to OLE so I can have greater control in my COBOL program.
Its going OK but my problem is how do I display a message box now in Word. In the macro its just msgbox "whatever", but is this VB(A) code rather than something i can OLE via COBOL.
Your help would be appreciated.
Many thanks
Clegg
I'm trying to convert some macros that I created to mailmerge stuff etc. Basically the COBOL program creates the data and then calls MS Word (macro stored in normal.dot).
I've had a few stability problems so thought I'd have a stab at converting it to OLE so I can have greater control in my COBOL program.
Its going OK but my problem is how do I display a message box now in Word. In the macro its just msgbox "whatever", but is this VB(A) code rather than something i can OLE via COBOL.
Your help would be appreciated.
Many thanks
Clegg