Switching Sheets

R

RogeR

I have a button on one and I called it "NEXT", because I want to go to the next sheet.

I can go to the next sheet but I can make it go to the top of the shhet.

How can I do this?

ROGER
 
J

JulieD

Hi Roger

you need the line
Range("A1").select
in after you go to the new sheet

Hope this helps
Cheers
JulieD
 
Top