![]() |
Set ActiveCell at the first column of the same row...
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 |
Set ActiveCell at the first column of the same row...
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 |
Set ActiveCell at the first column of the same row...
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 |
All times are GMT +1. The time now is 03:44 PM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com