Part | Description | |
object | Required. An object expression that evaluates to an object in the Applies To list. | |
startline | Required. A Long specifying the first line of the code you want to return. | |
count | Required. A Long specifying the number of lines you want to return. |
Debug.Print Application.VBE.CodePanes(1).CodeModule.Lines(1, 4)