Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 1
Default inserting a pattern fill in a chart in excel2007

how do u insert a pattern fill into a chart with the new excel 2007?
  #2   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 301
Default inserting a pattern fill in a chart in excel2007

AFAIK, you can't -- the feature has been "deprecated", as they say.

"~Mandy~" wrote in message
...
how do u insert a pattern fill into a chart with the new excel 2007?



  #3   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 921
Default inserting a pattern fill in a chart in excel2007

in the background of the chart or in the data bars/lines?
--
Jeff


"~Mandy~" wrote:

how do u insert a pattern fill into a chart with the new excel 2007?

  #4   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 115
Default inserting a pattern fill in a chart in excel2007

Hi Mandy,

how do u insert a pattern fill into a chart with the new excel 2007?


Try this as a workaround.

Select a range of cells
Format with a pattern of your choice
Copy
Select the chart series (or a single column)
Paste as Picture

Ed Ferrero
www.edferrero.com


  #5   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 2,489
Default inserting a pattern fill in a chart in excel2007

Hi,

The UI to patterns has gone but a little VBA goes a long way ;)

No idea how long this will remain a work around.


With ActiveSheet.ChartObjects(1).Chart.SeriesCollection (1).Fill
.Patterned Pattern:=msoPatternLargeConfetti
.ForeColor.SchemeColor = 17
.BackColor.SchemeColor = 2
End With

Cheers
Andy

~Mandy~ wrote:
how do u insert a pattern fill into a chart with the new excel 2007?

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
Auto Fill Links with a Pattern Gayla Excel Discussion (Misc queries) 1 November 9th 06 10:44 PM
How do you control the color/pattern of a pie chart? Pie chart Charts and Charting in Excel 1 July 15th 06 10:57 PM
Creating pattern area under part of an x-y chart artmorris Charts and Charting in Excel 5 June 16th 06 06:09 PM
Referencing a cell in another worksheet then using fill handle to continue pattern [email protected] Excel Discussion (Misc queries) 4 April 21st 06 05:21 PM
Pie Chart Color/Pattern cjc Charts and Charting in Excel 1 June 9th 05 04:07 AM


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