_Application.RecordMacro Method
Office 2010
Records code if the macro recorder is on.
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Parameters
- BasicCode
- Type: System.Object
Optional Object. A string that specifies the Visual Basic code that will be recorded if the macro recorder is recording into a Visual Basic module. The string will be recorded on one line. If the string contains a carriage return (ASCII character 10, or Chr$(10) in code), it will be recorded on more than one line.
- XlmCode
- Type: System.Object
Optional Object. This argument is ignored.