Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I an running filters in VBA then copying the results to another worksheet on
the next available line. I have a challenge, that when there is nothing to copy (i.e. the filter results are blank), I cannot get the VBA to go to the next stage. I have tried Selection.AutoFilter Field:=19, Criteria1:="<" Sheets("IMPORT").Activate Sheets("IMPORT").Range("B2:B120").Select If Selection.SpecialCells(xlCellTypeVisible) Then 'do something else 'do something else end if But this results in an error. Any help please. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Auto Filter - Add visible cells | Excel Worksheet Functions | |||
Copy only visible cells after filter is applied/ sum after filter | Excel Worksheet Functions | |||
Filling both hidden and visible cells once a filter has been applied | Excel Programming | |||
how do i select all the visible cells only when using auto filter | Excel Discussion (Misc queries) | |||
Goto Next VISIBLE cell below | Excel Programming |