I have a button at the bottom of my excel sheet that generates another sheet ounce clicked. That function works fine but I need to return to the top of the sheet after I click the button and not to the new Sheet.
What kind of VBA code will be used to do this?
Try this sample ..
Application.GoTo ActiveSheet.Range("A1"),True
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With