Re: Automatic Screen Fit
- From: "Ken Johnson" <KenCJohnson@xxxxxxxxx>
- Date: 25 Jun 2006 07:15:35 -0700
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
.
- Follow-Ups:
- Re: Automatic Screen Fit
- From: RickGreg
- Re: Automatic Screen Fit
- From: RickGreg
- Re: Automatic Screen Fit
- References:
- Automatic Screen Fit
- From: RickGreg
- Re: Automatic Screen Fit
- From: Ken Johnson
- Re: Automatic Screen Fit
- From: RickGreg
- Automatic Screen Fit
- Prev by Date: Excel (Office 2004) behaving oddly on MacBook
- Next by Date: Re: Excel (Office 2004) behaving oddly on MacBook
- Previous by thread: Re: Automatic Screen Fit
- Next by thread: Re: Automatic Screen Fit
- Index(es):