Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
(for Excel 2003)
If a section of a worksheet has been autofiltered, macro commands involving ranges of several rows might give unexpected results. Sometimes only the visible rows are affected, even if all the row numbers (visible and hidden) were selected in the macro. I need a way to predictably select and manipulate all rows regardless of what is being autofiltered. I understand Excel's approach, that oftentimes it makes sense to only deal with the visible rows and filter out the hidden ones. However, in many cases, this assumption seems flawed. I don't know what the user has chosen to autofilter; my macro needs to run updates regardless of what he is currently viewing. I would hate to check if every row is hidden for every bit of code I've written.... |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Select current region less 2 rows at the top | Excel Programming | |||
SUMIFS including hidden rows | Excel Worksheet Functions | |||
How do I add up column of numbers without including hidden rows? | Excel Discussion (Misc queries) | |||
Rows hidden by Autofilter vs hidden by changing the Hidden property | Excel Programming | |||
Autofilter including incorrect rows | Excel Programming |