I am trying to print in Word using the below code (which I have taken from
Sue Moshers book on Outlook programming), I'm pretty new to this so I'm
pretty much guessing.
The problem is that the code doesn' print...
What do I need to look at to get this to work.
I only use 1 fill field obviously when I get this working I can get the rest
working.
I'm using Outlook 2000
Dim m_blnWeOpenedWord
Dim m_blnWordPrintBackground
Const wdDoNotSaveChanges = 0
Const olDiscard = 1
Sub CmdPrint_Click()...
Printing in Word from Outlook custom forms
Sue Moshers book on Outlook programming), I'm pretty new to this so I'm
pretty much guessing.
The problem is that the code doesn' print...
What do I need to look at to get this to work.
I only use 1 fill field obviously when I get this working I can get the rest
working.
I'm using Outlook 2000
Dim m_blnWeOpenedWord
Dim m_blnWordPrintBackground
Const wdDoNotSaveChanges = 0
Const olDiscard = 1
Sub CmdPrint_Click()...
Printing in Word from Outlook custom forms