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 gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

printing 2 columns in A4 papers

Status
Not open for further replies.

nhes

Programmer
Oct 14, 2002
3
SG
Hello , everyone. Got a problem here, could anyone give me idea how to print in 2 columns in A4 papers using VB..Please. Thank you so much.
 
You could use the
.textheight (and .textwidth)
.currentX
.currentY
.print

of the printer object.... Sunaj
'The gap between theory and practice is not as wide in theory as it is in practice'
 
I dont know how VB handles it, but when i am in VBA. (access) and there is a form/report where i want to have 2 columns printed, you access the page-setup from the 'normal' file-menu. Then you setup 2 columns in the page setup and access will remember this setting. So each time you print the report, it will be with 2 columns..

Hope this works for you...
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top