The cursor is active on an active excel sheet. A form is open. On Clicking a command button on the form, I want the cursor to offset one row. I am using the following:
Private Sub btnLOCback_Click()
Selection.Offset(-1, 0).Select
End Sub
When I click the command button the first time, it...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.