Skip to content

Latest commit

 

History

History
63 lines (52 loc) · 3.42 KB

Project.Application.Run.md

File metadata and controls

63 lines (52 loc) · 3.42 KB
title keywords f1_keywords ms.service api_name ms.assetid ms.date ms.localizationpriority
Application.Run method (Project)
vbapj.chm131259
vbapj.chm131259
project-server
Project.Application.Run
0d4060b0-79e8-ad48-f5bf-c1050af379a2
06/08/2017
medium

Application.Run method (Project)

Runs the specified procedure.

Syntax

expression.Run (Name, Arg1, Arg2, Arg3, Arg4, Arg5, Arg6, Arg7, Arg8, Arg9, Arg10, Arg11, Arg12, Arg13, Arg14, Arg15, Arg16, Arg17, Arg18, Arg19, Arg20, Arg21, Arg22, Arg23, Arg24, Arg25, Arg26, Arg27, Arg28, Arg29, Arg30)

expression A variable that represents an Application object.

Parameters

Name Required/Optional Data type Description
Name Required String The name of the macro to run.
Arg1 Optional Variant Any argument to pass to the macro specified in Name.
Arg2 Optional Variant Any argument to pass to the macro specified in Name.
Arg3 Optional Variant Any argument to pass to the macro specified in Name.
Arg4 Optional Variant Any argument to pass to the macro specified in Name.
Arg5 Optional Variant Any argument to pass to the macro specified in Name
Arg6 Optional Variant Any argument to pass to the macro specified in Name.
Arg7 Optional Variant Any argument to pass to the macro specified in Name .
Arg8 Optional Variant Any argument to pass to the macro specified in Name.
Arg9 Optional Variant Any argument to pass to the macro specified in Name.
Arg10 Optional Variant Any argument to pass to the macro specified in Name.
Arg11 Optional Variant Any argument to pass to the macro specified in Name.
Arg12 Optional Variant Any argument to pass to the macro specified in Name.
Arg13 Optional Variant Any argument to pass to the macro specified in Name.
Arg14 Optional Variant Any argument to pass to the macro specified in Name.
Arg15 Optional Variant Any argument to pass to the macro specified in Name.
Arg16 Optional Variant Any argument to pass to the macro specified in Name.
Arg17 Optional Variant Any argument to pass to the macro specified in Name.
Arg18 Optional Variant Any argument to pass to the macro specified in Name.
Arg19 Optional Variant Any argument to pass to the macro specified in Name.
Arg20 Optional Variant Any argument to pass to the macro specified in Name.
Arg21 Optional Variant Any argument to pass to the macro specified in Name.
Arg22 Optional Variant Any argument to pass to the macro specified in Name.
Arg23 Optional Variant Any argument to pass to the macro specified in Name.
Arg24 Optional Variant Any argument to pass to the macro specified in Name.
Arg25 Optional Variant Any argument to pass to the macro specified in Name.
Arg26 Optional Variant Any argument to pass to the macro specified in Name.
Arg27 Optional Variant Any argument to pass to the macro specified in Name.
Arg28 Optional Variant Any argument to pass to the macro specified in Name.
Arg29 Optional Variant Any argument to pass to the macro specified in Name.
Arg30 Optional Variant Any argument to pass to the macro specified in Name.

[!includeSupport and feedback]