PC Review


Reply
Thread Tools Rate Thread

Auto Filter Problem

 
 
Jimmy
Guest
Posts: n/a
 
      5th May 2008
To those that see my code below...It creates an auto filter. When I
click down on the drop down, I get a graphic of a hand/finger pointer,
which does nothing. Any ideas as to what is happening here?

Columns("A:A").Select
Selection.TextToColumns Destination:=Range("A1"),
DataType:=xlFixedWidth, _
FieldInfo:=Array(Array(0, 1), Array(12, 1), Array(34, 1),
Array(47, 1), Array(59, 3)) _
, TrailingMinusNumbers:=True
Cells.Select
Selection.Columns.AutoFit
Selection.AutoFilter
Range("A2").Select
ActiveWindow.FreezePanes = True
Range("A1").Select



In advance, thank you for your generous time and attention,
JR
 
Reply With Quote
 
 
 
 
Doug Glancy
Guest
Posts: n/a
 
      5th May 2008
JR,

It sounds like your sheet is protected without the "Use AutoFilter" option.
You can check that option either in the worksheet protect dialog or in code.

hth,

Doug

"Jimmy" <(E-Mail Removed)> wrote in message
news:c8ebfbc0-e9c2-4340-806c-(E-Mail Removed)...
> To those that see my code below...It creates an auto filter. When I
> click down on the drop down, I get a graphic of a hand/finger pointer,
> which does nothing. Any ideas as to what is happening here?
>
> Columns("A:A").Select
> Selection.TextToColumns Destination:=Range("A1"),
> DataType:=xlFixedWidth, _
> FieldInfo:=Array(Array(0, 1), Array(12, 1), Array(34, 1),
> Array(47, 1), Array(59, 3)) _
> , TrailingMinusNumbers:=True
> Cells.Select
> Selection.Columns.AutoFit
> Selection.AutoFilter
> Range("A2").Select
> ActiveWindow.FreezePanes = True
> Range("A1").Select
>
>
>
> In advance, thank you for your generous time and attention,
> JR



 
Reply With Quote
 
Jimmy
Guest
Posts: n/a
 
      5th May 2008
On May 5, 3:41*pm, "Doug Glancy" <nobodyh...@replytogroup.com> wrote:
> JR,
>
> It sounds like your sheet is protected without the "Use AutoFilter" option..
> You can check that option either in the worksheet protect dialog or in code.
>
> hth,
>
> Doug
>
> "Jimmy" <Jam...@bhphoto.com> wrote in message
>
> news:c8ebfbc0-e9c2-4340-806c-(E-Mail Removed)...
>
>
>
> > To those that see my code below...It creates an auto filter. *When I
> > click down on the drop down, I get a graphic of a hand/finger pointer,
> > which does nothing. *Any ideas as to what is happening here?

>
> > * *Columns("A:A").Select
> > * *Selection.TextToColumns Destination:=Range("A1"),
> > DataType:=xlFixedWidth, _
> > * * * *FieldInfo:=Array(Array(0, 1), Array(12, 1), Array(34, 1),
> > Array(47, 1), Array(59, 3)) _
> > * * * *, TrailingMinusNumbers:=True
> > * *Cells.Select
> > * *Selection.Columns.AutoFit
> > * *Selection.AutoFilter
> > * *Range("A2").Select
> > * *ActiveWindow.FreezePanes = True
> > * *Range("A1").Select

>
> > In advance, thank you for your generous time and attention,
> > JR- Hide quoted text -

>
> - Show quoted text -


Thank you very much.
 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Problem Using Auto Filter alishehzad@gmail.com Microsoft Excel Programming 3 22nd May 2007 01:34 PM
Auto Filter problem =?Utf-8?B?RGVz?= Microsoft Excel Worksheet Functions 1 5th Aug 2005 04:36 PM
auto filter problem k Microsoft Excel Worksheet Functions 1 7th Oct 2004 01:49 AM
Auto Filter problem jkb724 Microsoft Excel Misc 2 22nd Jul 2004 02:12 AM
Auto filter Problem Portuga Microsoft Excel Misc 1 10th Mar 2004 02:58 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 08:32 PM.