Quantcast
Channel: Excel Help Forum - Excel Programming / VBA / Macros
Viewing all articles
Browse latest Browse all 50186

move to new sheet?

$
0
0
So I have the below where a user clicks a button and it takes them to the LOANS sheet. How can I also put the focus or starting point on column AU. I dont need the cursor in any field just the sheet display starting point

Private Sub CommandButton2_Click()
UserForm1.Hide
ThisWorkbook.Sheets("LOANS").Activate

End Sub

Viewing all articles
Browse latest Browse all 50186

Trending Articles