Activate the top of sheet
Application.Goto Range("A1"), True
"AD108" skrev:
I need to find a way to make the top of each sheet in a workbook visible
after my code runs. I tried "select" and "activate" but when you select
the sheet, the visible range is different.
Thanks in advance for help with this.
|