opomba,
Dostop do te strani zahteva pooblastilo. Poskusite se vpisati alispremeniti imenike.
Dostop do te strani zahteva pooblastilo. Poskusite lahko spremeniti imenike.
Displays a custom form. The Form method produces an error if a resource form is specified when the active view is a task view, and vice versa.
Syntax
expression. Form( _Name_ )
expression A variable that represents an Application object.
Parameters
| Name | Required/Optional | Data type | Description |
|---|---|---|---|
| Name | Optional | String | The name of a custom form. The default is a task form when the active view is a task view, and a resource form when the active view is a resource view. |
Return value
Boolean
Example
The following example displays the Cost Tracking form.
Sub DisplayCostTrackingForm
Form("Cost Tracking")
End Sub
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.