ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   newbie question. abt cols and rows. (https://www.excelbanter.com/excel-programming/334094-newbie-question-abt-cols-rows.html)

No Name

newbie question. abt cols and rows.
 
hi,

i often encounter this scenario.

when given a single cell, e.g. B3, i want to select the whole B column,
or the whole of row 3. for example to hightlight the whole row or paste a
formula from the first cell to the whole column.

is the a gd way to do this?
thnks.


Tom Ogilvy

newbie question. abt cols and rows.
 
Range("B3").EntireRow.Select
Range("B3").EntireColumn.Select

--
regards,
Tom Ogilvy

<a wrote in message ...
hi,

i often encounter this scenario.

when given a single cell, e.g. B3, i want to select the whole B column,
or the whole of row 3. for example to hightlight the whole row or paste a
formula from the first cell to the whole column.

is the a gd way to do this?
thnks.





All times are GMT +1. The time now is 03:34 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com