Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 57
Default Missing Table-Drop Down Arrows



I have a Table set up in Excel 2007, and I am using the following code to
extract data to another sheet, using advanced filter:

Sub FilterAllNames()
Worksheets("DBase").Range("DBase").AdvancedFilter Action:=xlFilterCopy,
_
CriteriaRange:=Worksheets("Reports").Range("CritNa mes"), _
CopyToRange:=Worksheets("Reports").Range("Output") , Unique:=False
End Sub

The sub works, but it strips my table (in the DBase worksheet) of the
drop-down arrows. The table
is apparently still there because the Table Tools Design tab is still
displayed, and the Total Row box still works. Why do I lose my drop-downs,
or how do I get them back???


  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 206
Default Missing Table-Drop Down Arrows

On Feb 6, 5:13*pm, "John" wrote:
I have a Table set up in Excel 2007, and I am using the following code to
extract data to another sheet, using advanced filter:

Sub FilterAllNames()
* * Worksheets("DBase").Range("DBase").AdvancedFilter Action:=xlFilterCopy,
_
* * * *CriteriaRange:=Worksheets("Reports").Range("CritN ames"), _
* * * *CopyToRange:=Worksheets("Reports").Range("Output" ), Unique:=False
*End Sub

*The sub works, but it strips my table (in the DBase worksheet) of the
drop-down arrows. The table
*is apparently still there because the Table Tools Design tab is still
displayed, and the Total Row box still works. Why do I lose my drop-downs,
or how do I get them back???


By drop down arrows, do you mean drop down arrows from the filter? if
so, advance filter does not have drop down arrows, just auto filter
  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 57
Default Missing Table-Drop Down Arrows

I mean the drop down arrows in my original table. The arrows are there until
I use advanced filter with the "copy to another location" option, then the
arrows immediately disappear.

"CurlyDave" wrote in message
...
On Feb 6, 5:13 pm, "John" wrote:
I have a Table set up in Excel 2007, and I am using the following code to
extract data to another sheet, using advanced filter:

Sub FilterAllNames()
Worksheets("DBase").Range("DBase").AdvancedFilter Action:=xlFilterCopy,
_
CriteriaRange:=Worksheets("Reports").Range("CritNa mes"), _
CopyToRange:=Worksheets("Reports").Range("Output") , Unique:=False
End Sub

The sub works, but it strips my table (in the DBase worksheet) of the
drop-down arrows. The table
is apparently still there because the Table Tools Design tab is still
displayed, and the Total Row box still works. Why do I lose my drop-downs,
or how do I get them back???


By drop down arrows, do you mean drop down arrows from the filter? if
so, advance filter does not have drop down arrows, just auto filter


  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11,123
Default Missing Table-Drop Down Arrows

Hi John

If you turn on Autofilter again do you see them then ?
No time to test it now myself

Maybe you like this add-in
http://www.rondebruin.nl/table.htm



--

Regards Ron de Bruin
http://www.rondebruin.nl/tips.htm


"John" wrote in message ...
I mean the drop down arrows in my original table. The arrows are there until
I use advanced filter with the "copy to another location" option, then the
arrows immediately disappear.

"CurlyDave" wrote in message
...
On Feb 6, 5:13 pm, "John" wrote:
I have a Table set up in Excel 2007, and I am using the following code to
extract data to another sheet, using advanced filter:

Sub FilterAllNames()
Worksheets("DBase").Range("DBase").AdvancedFilter Action:=xlFilterCopy,
_
CriteriaRange:=Worksheets("Reports").Range("CritNa mes"), _
CopyToRange:=Worksheets("Reports").Range("Output") , Unique:=False
End Sub

The sub works, but it strips my table (in the DBase worksheet) of the
drop-down arrows. The table
is apparently still there because the Table Tools Design tab is still
displayed, and the Total Row box still works. Why do I lose my drop-downs,
or how do I get them back???


By drop down arrows, do you mean drop down arrows from the filter? if
so, advance filter does not have drop down arrows, just auto filter


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
Hide Drop Down Arrows in Table Headers Steve Haack Excel Worksheet Functions 4 September 9th 08 06:08 PM
Missing Page Drop Down in Pivot Table Andrew Excel Discussion (Misc queries) 2 June 25th 08 03:20 AM
Trace Precedents Arrows Missing Barb Excel Discussion (Misc queries) 0 October 18th 06 02:17 AM
drop down arrow missing from Pivot table Sim Excel Discussion (Misc queries) 5 July 5th 05 06:12 PM
drop down arrow missing from pivot table Sim Excel Discussion (Misc queries) 0 July 5th 05 03:35 PM


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