Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi,
I'm trying to run an autofilter in my macro on a pivottable. But when i run the macro, as soon as it gets to the part where it should autofilter and select the filter criteria, it pops up an error. Anyone have a similar experience. Any help would be greatly appreciated. Code: Selection.Borders(xlInsideHorizontal).LineStyle = xlNone Range("I4").Select Selection.AutoFilter ActiveSheet.Range("$A$4:$H$169").AutoFilter Field:=1, Criteria1:="=*total*" _ , Operator:=xlAnd ActiveWindow.SmallScroll Down:=-15 Thanks, Josh |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
ODBC PivotTable Error | Excel Discussion (Misc queries) | |||
Error Publishing PivotTable to MOSS. | Charts and Charting in Excel | |||
Error ExportPicture in PivotTable | Excel Discussion (Misc queries) | |||
PivotTable Calculated Item error | Excel Discussion (Misc queries) | |||
Pivottable Error | Excel Discussion (Misc queries) |