ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   New Users to Excel (https://www.excelbanter.com/new-users-excel/)
-   -   open to worksheet (https://www.excelbanter.com/new-users-excel/11755-open-worksheet.html)

sarah

open to worksheet
 
I would like to get my workbook to open to a certain
worksheet and focus on cell b2.

how do i make it do this.

thanks

Sarah

Dave Peterson

If you save the workbook that way (Sheetx active and B2 selected), it'll open
that way.

Or you could use a macro that runs when you open the workbook:

sub Auto_Open()
application.goto worksheets("sheetX").range("b2"), scroll:=true
end sub

And if you're new to macros, you may want to read David's intro:
http://www.mvps.org/dmcritchie/excel/getstarted.htm

sarah wrote:

I would like to get my workbook to open to a certain
worksheet and focus on cell b2.

how do i make it do this.

thanks

Sarah


--

Dave Peterson

Arla M

Your file will open to the same worksheet and cell that you leave it on, upon
closing it. So just leave your cursor on Cell B2 on the sheet that you want
-- Hit Save, and your done.

Arla

"sarah" wrote:

I would like to get my workbook to open to a certain
worksheet and focus on cell b2.

how do i make it do this.

thanks

Sarah



All times are GMT +1. The time now is 11:10 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com