Consulting

Results 1 to 2 of 2

Thread: exporting chart as image on a mac

  1. #1
    VBAX Regular
    Joined
    Aug 2014
    Posts
    18
    Location

    exporting chart as image on a mac

    cheers guys,

    im trying to export a chart as an image, using this code:

    ActiveChart.Export filename:=location & "\" & filename, Filtername:="PNG"
    on my windows machine the output looks like this:

    2.jpg

    but on a mac machine its like this...:
    13.jpg

    dont mind the position of the red and the green bar, its about the missing part of the picture in the bottom half...
    i also tried to export it as jpeg but it didnt work either.


    thx for any answers!

  2. #2
    VBAX Regular
    Joined
    Aug 2014
    Posts
    18
    Location
    seems nobody is having an idea how to fix this, so this thread can be deleted.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •