April 2006
Beginner
1114 pages
98h 16m
English
These objects provide PrintOut and PrintPreview methods:
Chart
|
Charts
|
Range
|
Sheets
|
Window
|
Workbook
|
Worksheet
|
Worksheets
|
For example, the following code prints the currently selected range:
If TypeName(Selection) = "Range" Then Selection.PrintOut
Interestingly, the UserForm object in the Microsoft Forms object library uses the PrintForm method rather than PrintOut.
Read now
Unlock full access