Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.charting
larry garka
 
Posts: n/a
Default Make pivotchart formatting stick after pivottable refresh.

After setting custom pivotchart patterns the patterns are reset to default
after underlying pivottable is refreshed. How can we make the custom
patterns remain in place after pivottable refresh?
  #2   Report Post  
Posted to microsoft.public.excel.charting
Andy Pope
 
Posts: n/a
Default Make pivotchart formatting stick after pivottable refresh.

Hi,

Known bug: See MSKB article, XL2000: Changing a PivotChart Removes
Series Formatting (Q215904) .
http://support.microsoft.com/default...;EN-US;Q215904

Cheers
Andy

larry garka wrote:
After setting custom pivotchart patterns the patterns are reset to default
after underlying pivottable is refreshed. How can we make the custom
patterns remain in place after pivottable refresh?


--

Andy Pope, Microsoft MVP - Excel
http://www.andypope.info
  #3   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 1
Default Make pivotchart formatting stick after pivottable refresh.

Andy, I am having same issues. I am not well versed in Visual Basic so am
having trouble creating this AutoFormat macro.

This is what I inputted into VB to run an AutoFormat macro:

Application.AddChartAutoFormat _
Chart:=Charts("TransactionChart"), Name:="Standard Chart Format"

Is this correct? If so, how do I run it?

Thanks

"Andy Pope" wrote:

Hi,

Known bug: See MSKB article, XL2000: Changing a PivotChart Removes
Series Formatting (Q215904) .
http://support.microsoft.com/default...;EN-US;Q215904

Cheers
Andy

larry garka wrote:
After setting custom pivotchart patterns the patterns are reset to default
after underlying pivottable is refreshed. How can we make the custom
patterns remain in place after pivottable refresh?


--

Andy Pope, Microsoft MVP - Excel
http://www.andypope.info

  #4   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 2,489
Default Make pivotchart formatting stick after pivottable refresh.

Hi,

You need to record the code of you changing the column fill colour for
instance.
I think what you have is too high a level. And if it did work is Standard
formatting not what the pivot chart reverts to.

This macro will set the colour of the bars to red.

Sub Macro3()
'
' Apply red formatting to columns

With ActiveChart.SeriesCollection(1)
.Interior.ColorIndex = 3
End With

End Sub

Cheers
Andy

--

Andy Pope, Microsoft MVP - Excel
http://www.andypope.info
"steven n" <steven wrote in message
...
Andy, I am having same issues. I am not well versed in Visual Basic so am
having trouble creating this AutoFormat macro.

This is what I inputted into VB to run an AutoFormat macro:

Application.AddChartAutoFormat _
Chart:=Charts("TransactionChart"), Name:="Standard Chart Format"

Is this correct? If so, how do I run it?

Thanks

"Andy Pope" wrote:

Hi,

Known bug: See MSKB article, XL2000: Changing a PivotChart Removes
Series Formatting (Q215904) .
http://support.microsoft.com/default...;EN-US;Q215904

Cheers
Andy

larry garka wrote:
After setting custom pivotchart patterns the patterns are reset to
default
after underlying pivottable is refreshed. How can we make the custom
patterns remain in place after pivottable refresh?


--

Andy Pope, Microsoft MVP - Excel
http://www.andypope.info


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
How can I make the reference link match the new formatting of its Suzanne Marie Excel Discussion (Misc queries) 1 August 18th 05 02:14 AM
conditional formatting on a PivotTable? confused Charts and Charting in Excel 0 June 13th 05 04:15 PM
Checkbox formatting.. anyway to make the checks bold or standout m SSHO_99 Excel Worksheet Functions 0 March 16th 05 10:27 PM
How to make Bullen's FilterCriteria() data refresh real-time? Dennis Excel Discussion (Misc queries) 9 March 12th 05 09:41 PM
PivotChart: how to make it dynamic? Valeria Charts and Charting in Excel 1 December 16th 04 01:02 PM


All times are GMT +1. The time now is 09:57 PM.

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"