I have a button on my screen. Once I press the button I want to return to the last cell I was in.
I have tried
Sheets("sheet1").Select
Cells(myrow, mycol).Select
Cells(myrow, mycol).Activate
but when I push the button the button remains the focus?
Any thoughts?
Thanks
Uncle Mike
I have tried
Sheets("sheet1").Select
Cells(myrow, mycol).Select
Cells(myrow, mycol).Activate
but when I push the button the button remains the focus?
Any thoughts?
Thanks
Uncle Mike