Range.Run Method
Runs the Microsoft Excel macro at this location.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Function Run ( _
Arg1 As Object, _
Arg2 As Object, _
Arg3 As Object, _
Arg4 As Object, _
Arg5 As Object, _
Arg6 As Object, _
Arg7 As Object, _
Arg8 As Object, _
Arg9 As Object, _
Arg10 As Object, _
Arg11 As Object, _
Arg12 As Object, _
Arg13 As Object, _
Arg14 As Object, _
Arg15 As Object, _
Arg16 As Object, _
Arg17 As Object, _
Arg18 As Object, _
Arg19 As Object, _
Arg20 As Object, _
Arg21 As Object, _
Arg22 As Object, _
Arg23 As Object, _
Arg24 As Object, _
Arg25 As Object, _
Arg26 As Object, _
Arg27 As Object, _
Arg28 As Object, _
Arg29 As Object, _
Arg30 As Object _
) As Object
'Usage
Dim instance As Range
Dim Arg1 As Object
Dim Arg2 As Object
Dim Arg3 As Object
Dim Arg4 As Object
Dim Arg5 As Object
Dim Arg6 As Object
Dim Arg7 As Object
Dim Arg8 As Object
Dim Arg9 As Object
Dim Arg10 As Object
Dim Arg11 As Object
Dim Arg12 As Object
Dim Arg13 As Object
Dim Arg14 As Object
Dim Arg15 As Object
Dim Arg16 As Object
Dim Arg17 As Object
Dim Arg18 As Object
Dim Arg19 As Object
Dim Arg20 As Object
Dim Arg21 As Object
Dim Arg22 As Object
Dim Arg23 As Object
Dim Arg24 As Object
Dim Arg25 As Object
Dim Arg26 As Object
Dim Arg27 As Object
Dim Arg28 As Object
Dim Arg29 As Object
Dim Arg30 As Object
Dim returnValue As Object
returnValue = instance.Run(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)
Object Run(
Object Arg1,
Object Arg2,
Object Arg3,
Object Arg4,
Object Arg5,
Object Arg6,
Object Arg7,
Object Arg8,
Object Arg9,
Object Arg10,
Object Arg11,
Object Arg12,
Object Arg13,
Object Arg14,
Object Arg15,
Object Arg16,
Object Arg17,
Object Arg18,
Object Arg19,
Object Arg20,
Object Arg21,
Object Arg22,
Object Arg23,
Object Arg24,
Object Arg25,
Object Arg26,
Object Arg27,
Object Arg28,
Object Arg29,
Object Arg30
)
Parameters
Arg1
Type: System.ObjectOptional Object. The arguments that should be passed to the function.
Arg2
Type: System.ObjectOptional Object. The arguments that should be passed to the function.
Arg3
Type: System.ObjectOptional Object. The arguments that should be passed to the function.
Arg4
Type: System.ObjectOptional Object. The arguments that should be passed to the function.
Arg5
Type: System.ObjectOptional Object. The arguments that should be passed to the function.
Arg6
Type: System.ObjectOptional Object. The arguments that should be passed to the function.
Arg7
Type: System.ObjectOptional Object. The arguments that should be passed to the function.
Arg8
Type: System.ObjectOptional Object. The arguments that should be passed to the function.
Arg9
Type: System.ObjectOptional Object. The arguments that should be passed to the function.
Arg10
Type: System.ObjectOptional Object. The arguments that should be passed to the function.
Arg11
Type: System.ObjectOptional Object. The arguments that should be passed to the function.
Arg12
Type: System.ObjectOptional Object. The arguments that should be passed to the function.
Arg13
Type: System.ObjectOptional Object. The arguments that should be passed to the function.
Arg14
Type: System.ObjectOptional Object. The arguments that should be passed to the function.
Arg15
Type: System.ObjectOptional Object. The arguments that should be passed to the function.
Arg16
Type: System.ObjectOptional Object. The arguments that should be passed to the function.
Arg17
Type: System.ObjectOptional Object. The arguments that should be passed to the function.
Arg18
Type: System.ObjectOptional Object. The arguments that should be passed to the function.
Arg19
Type: System.ObjectOptional Object. The arguments that should be passed to the function.
Arg20
Type: System.ObjectOptional Object. The arguments that should be passed to the function.
Arg21
Type: System.ObjectOptional Object. The arguments that should be passed to the function.
Arg22
Type: System.ObjectOptional Object. The arguments that should be passed to the function.
Arg23
Type: System.ObjectOptional Object. The arguments that should be passed to the function.
Arg24
Type: System.ObjectOptional Object. The arguments that should be passed to the function.
Arg25
Type: System.ObjectOptional Object. The arguments that should be passed to the function.
Arg26
Type: System.ObjectOptional Object. The arguments that should be passed to the function.
Arg27
Type: System.ObjectOptional Object. The arguments that should be passed to the function.
Arg28
Type: System.ObjectOptional Object. The arguments that should be passed to the function.
Arg29
Type: System.ObjectOptional Object. The arguments that should be passed to the function.
Arg30
Type: System.ObjectOptional Object. The arguments that should be passed to the function.
Return Value
Type: System.Object
Remarks
The range must be on a macro sheet.
You cannot use named arguments with this method. Arguments must be passed by position.
The Run method returns whatever the called macro returns.