Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 414
Default "Column" / Bar Chart Fills

In Excel/Office 2007, is there a way to fill "column" or bar chart bars with
the traditional patterns (e.g. brick, stripes, dots...)?

The new "textures" are unsuitable for documents that need to be photocopied
and hence are unsuitable for creating documents for publication in technical
journals.

Andy
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 353
Default "Column" / Bar Chart Fills

I used the new snipping tool in Vista to create graphic files of my usual
patterns and then formatted my columns to use fill, picture, insert from
file, and stacked option.
On the plus side, you only need to do it once. Then, on the Chart Tools
Design gallery, choose Save as Template and next time you need a chart that
uses patterns, you can create it using your template by selecting Other
charts, all chart types, templates, and choose your template. I made sure my
template had as many columns as my max.

"Andy" wrote:

In Excel/Office 2007, is there a way to fill "column" or bar chart bars with
the traditional patterns (e.g. brick, stripes, dots...)?

The new "textures" are unsuitable for documents that need to be photocopied
and hence are unsuitable for creating documents for publication in technical
journals.

Andy

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 6,582
Default "Column" / Bar Chart Fills

The old patterns are no longer accessible through the Excel 2007 UI, but
they are still present in Excel 2007.

If you still have access to 2003, record a macro while applying the patterns
to an Excel 2003 chart. Extract the line(s) of code which apply the pattern
you want and put it into an Excel 2007 macro. For example, select a series
and run a macro like this:

Sub ApplyPattern()
With Selection.Fill
.Visible = True
.ForeColor.SchemeColor = 17
.BackColor.SchemeColor = 2
.Patterned Pattern:=msoPatternWideUpwardDiagonal
End With
End Sub

- Jon
-------
Jon Peltier, Microsoft Excel MVP
Tutorials and Custom Solutions
http://PeltierTech.com
_______


"Andy" wrote in message
...
In Excel/Office 2007, is there a way to fill "column" or bar chart bars
with
the traditional patterns (e.g. brick, stripes, dots...)?

The new "textures" are unsuitable for documents that need to be
photocopied
and hence are unsuitable for creating documents for publication in
technical
journals.

Andy



  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 353
Default "Column" / Bar Chart Fills

My only excuse is my desperate need to play with new toys (ie-snipping tool)
- but you can open an existing chart and choose Save as Template even easier
than taking pictures. Then next time you need a chart that
uses patterns, you can create it using your template by selecting Other
charts, all chart types, templates, and choose your template.

"Andy" wrote:

In Excel/Office 2007, is there a way to fill "column" or bar chart bars with
the traditional patterns (e.g. brick, stripes, dots...)?

The new "textures" are unsuitable for documents that need to be photocopied
and hence are unsuitable for creating documents for publication in technical
journals.

Andy

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
Chg 1 "Last, First Mid" column to 3 "First", "Middle", "Last" colu JBird11002 Excel Discussion (Misc queries) 4 August 15th 08 06:31 PM
HELP on "left","right","find","len","substitute" functions serene83 Excel Discussion (Misc queries) 5 June 27th 06 02:23 AM
Count occurences of "1"/"0" (or"TRUE"/"FALSE") in a row w. conditions in the next BCB New Users to Excel 7 May 13th 06 10:02 PM
Change data in a single column from "last, first" to "first last" Jeanne Excel Discussion (Misc queries) 2 March 27th 06 08:40 PM


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