Jump to content

Recommended Posts

Posted

I need help editing a macro that was created in Excel 2003 that creates a pivot table and then a chart off that pivot table. We were able to set the macro to format chart font size and style, chart background color, and a whole group of other things to our liking but anyone who uses the 2003 charts it defaults to full view (depending on your screen resolution). How can I specify the zoom size of the chart in the macro? I added the following line to the Marco to no avail:

With Selection.Border

.ColorIndex = 3

.Weight = xlMedium

.LineStyle = xlContinuous

.Zoom = 100

End With

Anyone have any thoughts?

Thanks

Chris


Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...