Home |
Search |
Today's Posts |
#5
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Thanks! This is exactly what I was looking for.
-----Original Message----- Range(Cells(TopLeftRow,TopLeftColumn),Cells (BottomRightRow,BottomRightColumn )).Select Note that you don't need to 'select' a range to use it.. With Range(Cells(TopLeftRow,TopLeftColumn),Cells (BottomRightRow,BottomRightColumn )) .Clear .Interior.Colorindex=3 End With -- Patrick Molloy Microsoft Excel MVP ---------------------------------- "Bob J." wrote in message ... Does anybody know what the marco command(s) are for selecting a range of cells in a column using a variable? . |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Find a single value from tables by selecting two variable inputs? | Excel Worksheet Functions | |||
Selecting a variable print area in a macro | Excel Discussion (Misc queries) | |||
macro syntax for selecting variable range | Excel Discussion (Misc queries) | |||
Selecting Variable Data Ranges | Excel Discussion (Misc queries) | |||
Selecting rows with variable | Excel Programming |