Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Printing via VBA

Status
Not open for further replies.

mikew71

MIS
Mar 17, 2005
29
GB
Hi, I''m looking for the code to print from Business Objects using VBA code. Currently I'm using VBA to save as PDF but this loses some key fonts in the process and I cant find the code for printing. Any ideas??
 
Open BOBJ
Go to VBE
Press F2 to open object model
Printing is a document level method so scroll to "Document" within "Classes"
Look in "Members" of document for the Printout method
read help file and execute learnings


Rgds, Geoff

We could learn a lot from crayons. Some are sharp, some are pretty and some are dull. Some have weird names and all are different colours but they all live in the same box.

Please read FAQ222-2244 before you ask a question
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top