Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Excel 2003 and 2007 Because displays vary, when I click a macro button to
go to a different part of the sheet, I want to choose a cell in column A so that it appears at the upper left of the current window. I can't seem to get it to work in Excel 2003 - the selected cell appears some where in the middle. |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
maybe this will work for you.
type this in the immediate window ?cells(Activewindow.Scrollrow,activewindow.ScrollC olumn).address -- Gary Keramidas Excel 2003 "AZSteve" wrote in message ... Excel 2003 and 2007 Because displays vary, when I click a macro button to go to a different part of the sheet, I want to choose a cell in column A so that it appears at the upper left of the current window. I can't seem to get it to work in Excel 2003 - the selected cell appears some where in the middle. |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Try it this way...
Application.Goto Range("A100"), True Just change the "A100" to the address of the cell you want to place in the upper, left corner of the window. -- Rick (MVP - Excel) "AZSteve" wrote in message ... Excel 2003 and 2007 Because displays vary, when I click a macro button to go to a different part of the sheet, I want to choose a cell in column A so that it appears at the upper left of the current window. I can't seem to get it to work in Excel 2003 - the selected cell appears some where in the middle. |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
i thought you wanted to identify the cell that is in the upper left corner
of the sheet. -- Gary Keramidas Excel 2003 "Gary Keramidas" wrote in message ... maybe this will work for you. type this in the immediate window ?cells(Activewindow.Scrollrow,activewindow.ScrollC olumn).address -- Gary Keramidas Excel 2003 "AZSteve" wrote in message ... Excel 2003 and 2007 Because displays vary, when I click a macro button to go to a different part of the sheet, I want to choose a cell in column A so that it appears at the upper left of the current window. I can't seem to get it to work in Excel 2003 - the selected cell appears some where in the middle. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
scroll so that the upper left cell in a range moves to the upper left of the active window | Excel Programming | |||
left align active column/cell in window | Excel Programming | |||
Reference bottom left cell in a visible range | Excel Programming | |||
Choosing window to follow hyperlinks within workbook | Excel Programming | |||
scroll window to display selected cell in visible area? | Excel Programming |