Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 4
Default Autofilter in 2007 limits view in 2003

I set an autofilter in an Excel 2007 using a macro and then manually save the
sheet as Excel 97-2003. The filter data is limited to the width of the
column for users of Excel 2003. Is this a compatibility issue or is there a
setting I need to change?
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
~L ~L is offline
external usenet poster
 
Posts: 177
Default Autofilter in 2007 limits view in 2003

Do you mean the data that overruns the width of the column is lost, or does
it just not display (even when you resize the colum)?

Would you mind posting the macro code?

"RFP330" wrote:

I set an autofilter in an Excel 2007 using a macro and then manually save the
sheet as Excel 97-2003. The filter data is limited to the width of the
column for users of Excel 2003. Is this a compatibility issue or is there a
setting I need to change?

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 4
Default Autofilter in 2007 limits view in 2003

It displays if the column width is expanded.

Sub Macro2()
'
' Macro2 Macro
' Macro recorded 10/15/2007
'
' Keyboard Shortcut: Ctrl+r
'
ActiveWindow.FreezePanes = False
Rows("2:2").Select
Selection.AutoFilter
Selection.AutoFilter
Range("J3").Select
ActiveWindow.FreezePanes = True
Range("A3").Select
End Sub


"~L" wrote:

Do you mean the data that overruns the width of the column is lost, or does
it just not display (even when you resize the colum)?

Would you mind posting the macro code?

"RFP330" wrote:

I set an autofilter in an Excel 2007 using a macro and then manually save the
sheet as Excel 97-2003. The filter data is limited to the width of the
column for users of Excel 2003. Is this a compatibility issue or is there a
setting I need to change?

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
~L ~L is offline
external usenet poster
 
Posts: 177
Default Autofilter in 2007 limits view in 2003

If resizing the columns is okay, you can add:

Cells.Select
Cells.EntireColumn.AutoFit
Range("A1").Select

to your macro.

As for the cause, somehow the contents are changing width. It seems
unlikely, but perhaps there is a font in 2007 that is not present in 2003 and
the font 2003 is defaulting to is wider than the one used in 2007.

It may also be a difference in program option settings.
For example, in 2007 under options in the advanced/general section, there is
an item for "Scale content for A4 or 8.5 x 11" paper sizes. Unchecking this
on the computer you are saving the document on wouldn't help (except to maybe
make your cell contents not fit the width) because any settings under these
options are for your instance of Excel.

Any of that helpful?

"RFP330" wrote:

It displays if the column width is expanded.

Sub Macro2()
'
' Macro2 Macro
' Macro recorded 10/15/2007
'
' Keyboard Shortcut: Ctrl+r
'
ActiveWindow.FreezePanes = False
Rows("2:2").Select
Selection.AutoFilter
Selection.AutoFilter
Range("J3").Select
ActiveWindow.FreezePanes = True
Range("A3").Select
End Sub


"~L" wrote:

Do you mean the data that overruns the width of the column is lost, or does
it just not display (even when you resize the colum)?

Would you mind posting the macro code?

"RFP330" wrote:

I set an autofilter in an Excel 2007 using a macro and then manually save the
sheet as Excel 97-2003. The filter data is limited to the width of the
column for users of Excel 2003. Is this a compatibility issue or is there a
setting I need to change?

  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 4
Default Autofilter in 2007 limits view in 2003

Thanks. This sounds like it will work. As for the font, it's Arial, so it
should not be an issue.

"~L" wrote:

If resizing the columns is okay, you can add:

Cells.Select
Cells.EntireColumn.AutoFit
Range("A1").Select

to your macro.

As for the cause, somehow the contents are changing width. It seems
unlikely, but perhaps there is a font in 2007 that is not present in 2003 and
the font 2003 is defaulting to is wider than the one used in 2007.

It may also be a difference in program option settings.
For example, in 2007 under options in the advanced/general section, there is
an item for "Scale content for A4 or 8.5 x 11" paper sizes. Unchecking this
on the computer you are saving the document on wouldn't help (except to maybe
make your cell contents not fit the width) because any settings under these
options are for your instance of Excel.

Any of that helpful?

"RFP330" wrote:

It displays if the column width is expanded.

Sub Macro2()
'
' Macro2 Macro
' Macro recorded 10/15/2007
'
' Keyboard Shortcut: Ctrl+r
'
ActiveWindow.FreezePanes = False
Rows("2:2").Select
Selection.AutoFilter
Selection.AutoFilter
Range("J3").Select
ActiveWindow.FreezePanes = True
Range("A3").Select
End Sub


"~L" wrote:

Do you mean the data that overruns the width of the column is lost, or does
it just not display (even when you resize the colum)?

Would you mind posting the macro code?

"RFP330" wrote:

I set an autofilter in an Excel 2007 using a macro and then manually save the
sheet as Excel 97-2003. The filter data is limited to the width of the
column for users of Excel 2003. Is this a compatibility issue or is there a
setting I need to change?

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 file/properties to view created date/time how in 2007? Bald Eagle Boy Excel Discussion (Misc queries) 2 June 27th 12 09:11 PM
'Costom View' in Excel 2003 versus Excel 2007 Byaym Excel Discussion (Misc queries) 0 September 18th 08 10:55 AM
Autofilter limits? Ratrace Excel Discussion (Misc queries) 2 September 7th 08 01:30 PM
2007 Autofilter worse than 2003 Autofilter jsky Excel Discussion (Misc queries) 9 October 31st 07 12:14 AM
Autofilter limits Jonathan589 Excel Discussion (Misc queries) 2 June 13th 07 03:59 PM


All times are GMT +1. The time now is 04:32 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"