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 selection. | |
startcol | Required. A Long specifying the first column of the selection. | |
endline | Required. A Long specifying the last line of the selection. | |
endcol | Required. A Long specifying the last column of the selection. |
Application.VBE.CodePanes(1).SetSelection 2,4,3,15