ChrisC Posted July 17, 2007 Posted July 17, 2007 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 WithAnyone have any thoughts?ThanksChris
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now