Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() Simply need to copy the following range *excluding* the totals row, which is always the bottom row. Here's one of numerous attempts that doesn't work: Range("ak1").Select Range(Selection, Selection.End(xlToRight)).Select Range(Selection, Selection.End(xlDown)).Select Selection.Resize(Rows.Count - 1, Columns.Count).Select Any assistance would be greatly appreciated. Thanx. - Mike |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Exclude data from summary totals when hidden | Excel Worksheet Functions | |||
Exclude Header from Range? | Excel Discussion (Misc queries) | |||
Exclude one range from another | Excel Programming | |||
Exclude hidden data from summary totals | Excel Discussion (Misc queries) | |||
Range.Delete and Range.Resize.Name performance issues | Excel Programming |