Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hello.
I would like to run a For Each - Next loop on only visible cells in a range. The range may or may not be filtered by the user. If it is filtered, I don't want the loop to run on those cells that have been hidden. So for example I have: For Each Cells in MyRange 'code here Next Cell What do I need to put in this statement so it only looks for the visible cells? Or is there something else I should be doing when declaring MyRange? Anyone out there that can help me would be great. Thanks. Dan |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Copy Visible Cells in Sheet with Merged and Hidden Cells | Excel Discussion (Misc queries) | |||
sum visible cells | Excel Discussion (Misc queries) | |||
Sum Visible Cells | Excel Worksheet Functions | |||
Running a macro for all visible worksheets in a workbook | Excel Discussion (Misc queries) | |||
Help: Copying Visible Cells only to Visible cells! | Excel Programming |