Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Need a code that will find and go to the top left cell of the selected/
highlighted range. |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
On Mar 18, 9:00*am, "J.W. Aldridge"
wrote: Need a code that will find and go to the top left cell of the selected/ highlighted range. Jeremy -- Application.Goto Selection.Cells(1) Hope it helps you ! - Rodney POWELL Microsoft MVP - Excel www.BeyondTechnology.com |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Selection.Cells(1).Select
Gord Dibben MS Excel MVP On Wed, 18 Mar 2009 07:00:01 -0700 (PDT), "J.W. Aldridge" wrote: Need a code that will find and go to the top left cell of the selected/ highlighted range. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
More than one cell is selected when I left click. Why? | New Users to Excel | |||
Move selected range to left | Excel Programming | |||
scroll so that the upper left cell in a range moves to the upper left of the active window | Excel Programming | |||
Move contents of selected cell down one, and to the left one cell? | Excel Programming | |||
selected cell - top left | Excel Discussion (Misc queries) |