Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Is there a simple command that will set the ActiveCell to the first column of
the same row that ActiveCell is currently in? I can't use Offset because I the current column varies. -- Thanks, Dave |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi,
Cells(ActiveCell.Row, 1).Select Mike "Dave" wrote: Is there a simple command that will set the ActiveCell to the first column of the same row that ActiveCell is currently in? I can't use Offset because I the current column varies. -- Thanks, Dave |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
THANKS!
-- Thanks, Dave "Mike H" wrote: Hi, Cells(ActiveCell.Row, 1).Select Mike "Dave" wrote: Is there a simple command that will set the ActiveCell to the first column of the same row that ActiveCell is currently in? I can't use Offset because I the current column varies. -- Thanks, Dave |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
ACTIVECELL LOCATION | Excel Discussion (Misc queries) | |||
If activecell.column = variable then activecell,offset (0,1) | Excel Discussion (Misc queries) | |||
ActiveCell or ActiveSheet | Excel Worksheet Functions | |||
Activecell problem | Excel Discussion (Misc queries) | |||
Defining an Activecell | Excel Discussion (Misc queries) |