הערה
הגישה לדף זה מחייבת הרשאה. באפשרותך לנסות להיכנס או לשנות מדריכי כתובות.
הגישה לדף זה מחייבת הרשאה. באפשרותך לנסות לשנות מדריכי כתובות.
Shows a preview of the object as it would look when printed.
Syntax
expression.PrintPreview (EnableChanges)
expression A variable that represents a Range object.
Parameters
| Name | Required/Optional | Data type | Description |
|---|---|---|---|
| EnableChanges | Optional | Variant | Pass a Boolean value to specify if the user can change the margins and other page setup options available in print preview. |
Return value
Variant
Example
This example displays Sheet1 in print preview.
Worksheets("Sheet1").PrintPreview
Support and feedback
Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.