Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11
Default Range("A1").Select

Hi,

I know how to get the cuser to move to cell A1, but how do I get the
screen to display A1.

My problem - I'm at cell Z100 and I use Range("A1").Select BUT it
returns the cursor to A1, but leaves me looking at the middle of the
spreadsheet at Z100 still.

How do I get the screen to display the the page with A1 reset back to
the top left?

Tks,
Kaye


  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2,510
Default Range("A1").Select

Hi Rick

ActiveWindow.ScrollRow = 1
ActiveWindow.ScrollColumn = 1

Regards,

OssieMac

"Rick" wrote:

Hi,

I know how to get the cuser to move to cell A1, but how do I get the
screen to display A1.

My problem - I'm at cell Z100 and I use Range("A1").Select BUT it
returns the cursor to A1, but leaves me looking at the middle of the
spreadsheet at Z100 still.

How do I get the screen to display the the page with A1 reset back to
the top left?

Tks,
Kaye



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11
Default Range("A1").Select


Thanks OssieMac!

Kaye
(on Rick's computer)

On Thu, 11 Oct 2007 00:26:02 -0700, OssieMac
wrote:

Hi Rick

ActiveWindow.ScrollRow = 1
ActiveWindow.ScrollColumn = 1

Regards,

OssieMac

"Rick" wrote:

Hi,

I know how to get the cuser to move to cell A1, but how do I get the
screen to display A1.

My problem - I'm at cell Z100 and I use Range("A1").Select BUT it
returns the cursor to A1, but leaves me looking at the middle of the
spreadsheet at Z100 still.

How do I get the screen to display the the page with A1 reset back to
the top left?

Tks,
Kaye




  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 6,953
Default Range("A1").Select

application.goto Range("A1"), scroll:=True

is another way.

--
Regards,
Tom Ogilvy


"Rick" wrote:


Thanks OssieMac!

Kaye
(on Rick's computer)

On Thu, 11 Oct 2007 00:26:02 -0700, OssieMac
wrote:

Hi Rick

ActiveWindow.ScrollRow = 1
ActiveWindow.ScrollColumn = 1

Regards,

OssieMac

"Rick" wrote:

Hi,

I know how to get the cuser to move to cell A1, but how do I get the
screen to display A1.

My problem - I'm at cell Z100 and I use Range("A1").Select BUT it
returns the cursor to A1, but leaves me looking at the middle of the
spreadsheet at Z100 still.

How do I get the screen to display the the page with A1 reset back to
the top left?

Tks,
Kaye





Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Range("Reset Sheet!F13").Select Makes VBA Code Fail ToferKing Excel Programming 3 July 11th 07 04:18 AM
use variable in Workbooks("book1").Worksheets("sheet1").Range("a1" Luc[_3_] Excel Programming 2 September 28th 05 08:37 PM
How do I select a range of cells without doing Range("a3", "f3").. Miriam Excel Programming 2 December 20th 04 11:30 PM
VBA error 1004 "Select method of Range class failed" Matt J Excel Programming 6 July 3rd 04 10:05 PM
Using "Cells" to write "Range("A:A,H:H").Select" Trip Ives[_2_] Excel Programming 3 June 5th 04 03:13 PM


All times are GMT +1. The time now is 07:06 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"