Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
Fod Fod is offline
external usenet poster
 
Posts: 1
Default FilterMode does not work? Excel 2003/XML

Hi,

I've imported an XML file into Excel. A list is generated on one of the sheets
with auto-filter (which seems to work - both directly and from a VB macro
lists has an auto-filter, based on the column headers.
I'm trying to write code that will reset the auto filter, so it will display
all records, without success.

However, the filtermode property for the worksheet returns false; even the
following code taken from this list does not seem to reset that autofilter.

On Error Resume Next

For Each wb In Application.Workbooks
For Each sh In wb.Worksheets
sh.ShowAllData
Next
Next

On Error GoTo 0
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Excel 2003 help doesn't work. I got both Excel 2003 and 2007 insta Kenneth Andersen Excel Discussion (Misc queries) 0 February 16th 10 10:44 AM
Array Doesn't work in Excel 2003 ghowell Excel Worksheet Functions 6 November 24th 08 10:22 PM
need to work across two sheets in excel 2003 Vandy Excel Worksheet Functions 3 June 27th 08 07:19 PM
Keyboard will no work in Excel 2003 Liz Excel Discussion (Misc queries) 0 May 23rd 06 07:19 PM
Find does not work in Excel 2003 BradleySlavik Excel Discussion (Misc queries) 2 March 1st 06 07:01 PM


All times are GMT +1. The time now is 04:15 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"