Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
is there a better way to do this?
Range("second_column").Select Do While Not ActiveCell.Borders(xlEdgeBottom).Weight = xlMedium And Not ActiveCell.Borders(xlEdgeBottom).LineStyle = xlContinuous ActiveCell.Offset(1, 0).Select Loop Range(ActiveCell, Range("second_column")).Name= "second_column" please help how to do this better.. in my named range I don't know how to get its column to check for a specific cell outside(below) of the range |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How to optimize? large non-contig cell range for data validation l | Excel Discussion (Misc queries) | |||
Referencing a named range based upon Range name entry in cell | Excel Worksheet Functions | |||
Array as a "named range" - formula ok in cells, but error as "named range" | Excel Discussion (Misc queries) | |||
inserting a named range into new cells based on a named cell | Excel Discussion (Misc queries) | |||
If any cell in named range = 8 then shade named range | Excel Programming |