From an active cell, how can I select that cell and the two to its right?
Thanks,
Arturo
From an active cell, how can I select that cell and the two to its right?
Thanks,
Arturo
Range(Activecell,Activecell.Offset(0,2)).Select
"Arturo" wrote:
> From an active cell, how can I select that cell and the two to its right?
>
> Thanks,
> Arturo
Arturo,
Try something like
ActiveCell.Resize(,3).Select
--
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting, LLC
www.cpearson.com
"Arturo" <Arturo@discussions.microsoft.com> wrote in message
news:F6D2E07E-A25C-4154-8882-A49F3ABC3D89@microsoft.com...
> From an active cell, how can I select that cell and the two to
> its right?
>
> Thanks,
> Arturo
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks