| Part | Description | |
| object | Required. An object expression that evaluates to an object in the Applies To list. | |
| line | Required. A Long specifying the location at which you want to insert the code. | |
| code | Required. A String containing the code you want to insert. | |
Application.VBE.CodePanes(1).CodeModule.InsertLines 1, "Option Explicit"