Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 5
Default Show Field List in Pivot not working

After I create a pivot and try to click the 'Show Field List' button, nothing
happens. The button does not respond. It is not grayed out or anything, it
looks like it should work but doesn't. Is there a VB code I can run that
will fix this?
  #2   Report Post  
Posted to microsoft.public.excel.misc
gt gt is offline
external usenet poster
 
Posts: 19
Default Show Field List in Pivot not working

Hi -

First, the obvious. Are you sure the button isn't working? Is the field list
somewhere else on yr. desktop - it doesn't have to be floating over the Excel
window.

gt

"RSolti" wrote:

After I create a pivot and try to click the 'Show Field List' button, nothing
happens. The button does not respond. It is not grayed out or anything, it
looks like it should work but doesn't. Is there a VB code I can run that
will fix this?

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 5
Default Show Field List in Pivot not working

I moved the 'PivotTable' button to the toolbar. It is there, I scroll over
it and it says 'Show Field List'. When I click on it, nothing happens.

"gt" wrote:

Hi -

First, the obvious. Are you sure the button isn't working? Is the field list
somewhere else on yr. desktop - it doesn't have to be floating over the Excel
window.

gt

"RSolti" wrote:

After I create a pivot and try to click the 'Show Field List' button, nothing
happens. The button does not respond. It is not grayed out or anything, it
looks like it should work but doesn't. Is there a VB code I can run that
will fix this?

  #4   Report Post  
Posted to microsoft.public.excel.misc
gt gt is offline
external usenet poster
 
Posts: 19
Default Show Field List in Pivot not working

Hi

What I meant was that the actual field list (not the pivot table toolbar)
might be "hiding" somewhere on yr. desktop - maybe under another app?

gt


"RSolti" wrote:

I moved the 'PivotTable' button to the toolbar. It is there, I scroll over
it and it says 'Show Field List'. When I click on it, nothing happens.

"gt" wrote:

Hi -

First, the obvious. Are you sure the button isn't working? Is the field list
somewhere else on yr. desktop - it doesn't have to be floating over the Excel
window.

gt

"RSolti" wrote:

After I create a pivot and try to click the 'Show Field List' button, nothing
happens. The button does not respond. It is not grayed out or anything, it
looks like it should work but doesn't. Is there a VB code I can run that
will fix this?

  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 5
Default Show Field List in Pivot not working

No, dont see it anywhere

"gt" wrote:

Hi

What I meant was that the actual field list (not the pivot table toolbar)
might be "hiding" somewhere on yr. desktop - maybe under another app?

gt


"RSolti" wrote:

I moved the 'PivotTable' button to the toolbar. It is there, I scroll over
it and it says 'Show Field List'. When I click on it, nothing happens.

"gt" wrote:

Hi -

First, the obvious. Are you sure the button isn't working? Is the field list
somewhere else on yr. desktop - it doesn't have to be floating over the Excel
window.

gt

"RSolti" wrote:

After I create a pivot and try to click the 'Show Field List' button, nothing
happens. The button does not respond. It is not grayed out or anything, it
looks like it should work but doesn't. Is there a VB code I can run that
will fix this?



  #6   Report Post  
Posted to microsoft.public.excel.misc
gt gt is offline
external usenet poster
 
Posts: 19
Default Show Field List in Pivot not working

Here's a snippet of vba code that shows/hides the field list:

ActiveWorkbook.ShowPivotTableFieldList = True

ActiveWorkbook.ShowPivotTableFieldList = False

good luck

cheers,
gt


"RSolti" wrote:

No, dont see it anywhere

"gt" wrote:

Hi

What I meant was that the actual field list (not the pivot table toolbar)
might be "hiding" somewhere on yr. desktop - maybe under another app?

gt


"RSolti" wrote:

I moved the 'PivotTable' button to the toolbar. It is there, I scroll over
it and it says 'Show Field List'. When I click on it, nothing happens.

"gt" wrote:

Hi -

First, the obvious. Are you sure the button isn't working? Is the field list
somewhere else on yr. desktop - it doesn't have to be floating over the Excel
window.

gt

"RSolti" wrote:

After I create a pivot and try to click the 'Show Field List' button, nothing
happens. The button does not respond. It is not grayed out or anything, it
looks like it should work but doesn't. Is there a VB code I can run that
will fix this?

  #7   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 5
Default Show Field List in Pivot not working

I received from another user the answer:

Application.CommandBars("PivotTable Field List").Enabled=true


"gt" wrote:

Here's a snippet of vba code that shows/hides the field list:

ActiveWorkbook.ShowPivotTableFieldList = True

ActiveWorkbook.ShowPivotTableFieldList = False

good luck

cheers,
gt


"RSolti" wrote:

No, dont see it anywhere

"gt" wrote:

Hi

What I meant was that the actual field list (not the pivot table toolbar)
might be "hiding" somewhere on yr. desktop - maybe under another app?

gt


"RSolti" wrote:

I moved the 'PivotTable' button to the toolbar. It is there, I scroll over
it and it says 'Show Field List'. When I click on it, nothing happens.

"gt" wrote:

Hi -

First, the obvious. Are you sure the button isn't working? Is the field list
somewhere else on yr. desktop - it doesn't have to be floating over the Excel
window.

gt

"RSolti" wrote:

After I create a pivot and try to click the 'Show Field List' button, nothing
happens. The button does not respond. It is not grayed out or anything, it
looks like it should work but doesn't. Is there a VB code I can run that
will fix this?

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
Pivot Field in Field List but Not Source Data AP[_2_] Excel Discussion (Misc queries) 0 November 1st 07 04:06 PM
How to make a field created a part of the Pivot Table Field List? drhell Excel Discussion (Misc queries) 0 January 29th 07 11:13 PM
Show field list does not appear KonaAl Excel Discussion (Misc queries) 1 June 20th 06 11:14 PM
"Show Field List" in Pivot Table Toolbar doesn't work Flyer27 Excel Discussion (Misc queries) 0 April 12th 06 12:05 AM
My pivot table field list show duplicates Kay Excel Discussion (Misc queries) 0 December 6th 05 09:49 PM


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