Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 783131
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 14, 20262026-05-14T20:29:54+00:00 2026-05-14T20:29:54+00:00

With an existing chart in a MS Excel for Mac 2008, in AppleScript, I

  • 0

With an existing chart in a MS Excel for Mac 2008, in AppleScript, I am trying to do two things:

  1. Rotate a 3D chart 1°
  2. Save the chart as a image (png)

From what I’ve found on the Intertubes, it seems possible. But AppleScript’s awkward verbosity and the lack of non-trivial MS Excel AppleScript examples on the web are too much for me to overcome.

Just for the saving part, this is what I have so far:

tell application "Microsoft Excel"
    activate object worksheet "iozone-16"
    set cht to chart object 1 of active sheet
    tell cht
        #save as chart object [picture type enumeration] [file name Unicode text]
        #Argh!!! 
    end tell
end tell

The ‘rotate 1°’ task seems to involve “internal objects”, but that is as far as I’ve gotten. By ‘rotate’, I mean to rotate the chart object itself, not the image. This can be done in with the Format Chart dialog box for …
MS Excel Dialog Box http://dietpizza.ch/images/3d-rotation-ms-excel-dialog-box.png

By manipulating this value, it the chart object changes as in below these next two images. (15° for effect)

MS Excel 3D graph example 0 http://dietpizza.ch/images/3d-rotation-0.png
MS Excel 3D graph example 1 http://dietpizza.ch/images/3d-rotation-1.png

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-14T20:29:54+00:00Added an answer on May 14, 2026 at 8:29 pm

    The X axis rotation of the chart can be changed via AppleScript by setting the rotation property of the chart property of the chart object.

    The following AppleScript should do the trick:

    set theImagePath to (path to desktop as text) & "Chart.png"
    
    tell application "Microsoft Excel"
        set theChart to first chart object of first sheet
        set rotation of chart of theChart to 90
        save as picture theChart picture type save as PNG file file name theImagePath
    end tell
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have an image in a userform which displays a pre-existing chart, according the
While building an existing code base on Mac OS using its native build setup
I have four classes flight, passenger, seating chart, and waiting list. I'm trying to
I am trying to add SSL functionality to my existing TCP echo client-server application.
I'm trying to implement an automatic timeout inside of an existing PHP application. My
I am trying to implement a file upload to a pre-existing form that I
I'm trying to update an existing data series with a new data array and
Is there a chart of existing Blackberry platform vs. OS vs. Model versions? Something
I have an Excel spreadsheet which is one sheet with a table and chart
I'm using Kendo UI to replace an existing chart. I need to minimize the

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.