Home |
Search |
Today's Posts |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Jim's code works for me as follows...
Sub FilterRange() Range("$A$1:$A$4").AutoFilter Field:=1, Criteria1:="1" Application.Calculate '**rebuild formulas** End Sub **Required to mitigate AutoFilter causing '#VALUE!' error (#1004)** -- Garry Free usenet access at http://www.eternal-september.org ClassicVB Users Regroup! comp.lang.basic.visual.misc |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
autofilter raises error 1004 | Excel Programming | |||
Macro runtime error 1004 with Autofilter | Excel Discussion (Misc queries) | |||
Mysterious Error 1004 caused by AutoFilter? | Excel Programming | |||
Range Question / error 1004: method Range of object Worksheet has failed | Excel Programming | |||
Error 1004 update autofilter and pivottable | Excel Programming |