_Application.RunOld Method
Reserved for internal use.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Sub RunOld ( _
MacroName As String _
)
'Usage
Dim instance As _Application
Dim MacroName As String
instance.RunOld(MacroName)
void RunOld(
string MacroName
)
Parameters
- MacroName
Type: System.String