G
Gina
Hi.
Still couldn't solve my absolute path problem I posted earlier this morning.
Now I try to directly print out a word document from within access vba
this is the function I am calling
________________________
Public Function PrintBill()
Dim printedOK As Boolean
Set DC = GetObject(Word.ActiveDocument)
printedOK = DC.PrintOut(, , , , , , , 2) ' print 2 of the same
doc
PrintBill = printedOK
End Function
__________________________
I set the word application visible so I have to go to word and press the
print button manually.
Any help most welcome as I don't have a clou as to what the syntax might be
Thanks,
Gina
Still couldn't solve my absolute path problem I posted earlier this morning.
Now I try to directly print out a word document from within access vba
this is the function I am calling
________________________
Public Function PrintBill()
Dim printedOK As Boolean
Set DC = GetObject(Word.ActiveDocument)
printedOK = DC.PrintOut(, , , , , , , 2) ' print 2 of the same
doc
PrintBill = printedOK
End Function
__________________________
I set the word application visible so I have to go to word and press the
print button manually.
Any help most welcome as I don't have a clou as to what the syntax might be
Thanks,
Gina