Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi, Burl,
The underscore is merely cosmtic - it serves to break long lines of code. The real difference was the deletion of your Select. --- Regards, Norman "Norman Jones" wrote in message ... Hi Burl, Try changing: Set oRange = ActiveSheet.Range(Selection, Selection.End(xlDown)).Select to: Set oRange = ActiveSheet.Range _ (Selection, Selection.End(xlDown)) --- Regards, Norman |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
advanced filter a range | Excel Worksheet Functions | |||
Advanced filter and Criteria Range | Excel Discussion (Misc queries) | |||
"Criteria Range" in the "Data/Filter/Advanced Filter" to select Du | Excel Worksheet Functions | |||
Advanced Filter Range Selection in VB | Excel Programming | |||
Advanced Filter Range Selection in VB | Excel Programming |