LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 22
Default Auto Filter Problem

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
 
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
Problem Using Auto Filter [email protected] Excel Programming 3 May 22nd 07 01:34 PM
Auto filter problem Martin B Excel Worksheet Functions 2 November 25th 06 10:00 PM
Auto filter problem CLR Excel Worksheet Functions 0 November 25th 06 05:38 PM
Auto Filter Problem (was VBA help) Rich Excel Discussion (Misc queries) 1 July 31st 06 02:03 PM
Auto Filter problem Des Excel Worksheet Functions 1 August 5th 05 04:36 PM


All times are GMT +1. The time now is 10:56 AM.

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

About Us

"It's about Microsoft Excel"