Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations John Tel on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: tripg
  • Content: Threads
  • Order by date
  1. tripg

    Using Command Button to Offset Excel Selection

    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...

Part and Inventory Search

Back
Top