Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have a VB piece of code that runs and needs to unfilter the worksheet
data as part of it. Based on postings out here, I've seen that I should use this bit of code: On Error Resume Next ActiveSheet.ShowAllData On Error GoTo 0 The problem is that it doesn't seem to work for my worksheet, when going through this piece of code, it appears to still leave the filtered values on. It's o.k. to leave the drop down arrows, just need all of the data displayed in the Active worksheet. Any help would be greatly appreciated. Thanks! |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Troubles | Excel Discussion (Misc queries) | |||
ShowAllData | Excel Discussion (Misc queries) | |||
ShowAllData in all workbooks and sheets | Excel Programming | |||
ActiveSheet.ShowAllData shows everything - way to have hidden _not_ show up? | Excel Programming | |||
vba-showalldata | Excel Programming |