Word VBA FilePrint Function

O

Oguzhan ERDEM

i want to check printing properties of word with fileprint function
however, this function work in some different versions or different
languages of word or does not work in some versions is there anyone whoo
meet this problem or anyone who solve this before?
 
D

Doug Robbins - Word MVP

Exactly what are you trying to do?

See the following articles

Controlling the Printer from Word VBA
Part 1: Using VBA to Select the Paper Tray
http://pubs.logicalexpressions.com/Pub0009/LPMArticle.asp?ID=101

Controlling the Printer from Word VBA
Part 2: Using VBA to control Duplex, Color Mode and Print Quality
http://pubs.logicalexpressions.com/Pub0009/LPMArticle.asp?ID=116

Controlling the Printer from Word VBA
Part 3: Dealing with Different Paper Sizes
http://pubs.logicalexpressions.com/Pub0009/LPMArticle.asp?ID=132

Controlling the Printer from Word VBA
Part 4: Getting printer driver details
http://pubs.logicalexpressions.com/Pub0009/LPMArticle.asp?ID=183


--
Hope this helps.

Please reply to the newsgroup unless you wish to avail yourself of my
services on a paid consulting basis.

Doug Robbins - Word MVP, originally posted via msnews.microsoft.com
 
O

Oguzhan ERDEM

All of the links below was reviewed.
For Example:

Sub FilePrint
MsgBox ("Sample")
End Sub


This code runs, in Turkish MS Word 2000 however does not work in Turkish MS
Word 2003 or think opposite of that condition. As a result of some computers
do not work.
 
Joined
Mar 24, 2014
Messages
1
Reaction score
0
See the following articles

Controlling the Printer from Word VBA
Part 1: Using VBA to Select the Paper Tray
pubs.logicalexpressions.com/Pub0009/LPMArticle.asp?ID=101

[...]

Controlling the Printer from Word VBA
Part 4: Getting printer driver details
pubs.logicalexpressions.com/Pub0009/LPMArticle.asp?ID=183

Are these articles still available elsewhere? I get "Webpage not available".

Thanks
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top