LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #6   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 833
Default Shrinking Graphs in Excel 2007

Sean, this is from Ed Ferrero MVP:-

A couple of things to try;

Check your printer driver. It may seem strange, but the printer you use can
have an effect on how charts are rendered.

See this article http://support.microsoft.com/kb/111249

Remove graphic elements embedded in the chart object. There are things like
textboxes, activeX controls and the like.

I remember seeing a suggestion to place the chart on its own sheet (change
Location). Don't know if this would work for you.

Use a macro to resize the charts every time you open the worksheet. This is
just a workaround if other things do not work.
Sample code would go something like this;

Private Sub Workbook_Open()
Dim oCht As ChartObjectFor Each oCht In ActiveSheet.ChartObjects
oCht.Width = 400
oCht.Height = 300
Next
End Sub

Since most of us cannot reproduce the problem, it would be good if you could
post back here any solution you find.



"seanpottinger" wrote:

Apologies, but I've been searching for shrinking charts and graphs and can't
find anything? Can someone please post me a link?

many thanks

"trip_to_tokyo" wrote:

Sean, there have been other postings on shrinking graphs (you can see for
yourself in the Search facility).

I wouldn't hold your breath for a hotfix.


"seanpottinger" wrote:

We have a particular issue with some spreadsheets and shrinking graphs on
each 'save as'. As they have older VB code, we cant save it under excel 2007
format and need to always save under 97-2003 format. This issue only started
occuring in the last month or so. It occurs on all PC's and for all sheets.
Is anybody aware of this issue or know if a hotfix is coming out?

Many thanks

 
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
Line graphs; excel 2007 MK09 Charts and Charting in Excel 1 November 6th 09 02:04 PM
Excel 2007 Graphs rickfitz Charts and Charting in Excel 1 September 14th 09 09:45 PM
Line graphs in Excel 2007 Charles Eaves Charts and Charting in Excel 6 September 30th 08 03:07 PM
Excel 2007 Graphs & Macros Ken Excel Discussion (Misc queries) 4 October 3rd 07 01:24 PM
Shrinking text in Excel 2007 Aussie Books Excel Discussion (Misc queries) 1 August 29th 07 12:46 AM


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