Re: Automatic Screen Fit
- From: RickGreg <rgregory@xxxxxxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Sun, 25 Jun 2006 12:09:42 -0400
in article 1151244934.943013.173050@xxxxxxxxxxxxxxxxxxxxxxxxxxxx, Ken
Johnson at KenCJohnson@xxxxxxxxx wrote on 6/25/06 10:15 AM:
Each answer brings up another idea/question! Your first response suggested
Is there a way I can also de-select those cells, and
instead select my first input cell (say, "C2")?
Hi Rick,
Silly me, I didn't notice that!
Private Sub Worksheet_Activate()
Me.Range("A1:H4").Select
Application.ActiveWindow.Zoom = True
Me.Range("C2").Select
End Sub
will fix that up.
Ken Johnson
adding code for the Workbook so the first screen appears properly upon
opening. What if someone saves the file while on another *** (so that
that *** appears upon re-opening the file)? Can I add a line of code to
the This Workbook Code Module that will automatically make the intended
Work*** open?
In other words, if I want sheet1 to appear on opening, and the user saves
such that sheet3 appears, how can I correct that?
Thanks again, I appreciate all your help.
-Rick
.
- Follow-Ups:
- Re: Automatic Screen Fit
- From: Ken Johnson
- Re: Automatic Screen Fit
- References:
- Automatic Screen Fit
- From: RickGreg
- Re: Automatic Screen Fit
- From: Ken Johnson
- Re: Automatic Screen Fit
- From: RickGreg
- Re: Automatic Screen Fit
- From: Ken Johnson
- Automatic Screen Fit
- Prev by Date: Re: Office 2004 Graphic Filters
- Next by Date: Re: Office 2004 Graphic Filters
- Previous by thread: Re: Automatic Screen Fit
- Next by thread: Re: Automatic Screen Fit
- Index(es):