Export Excel chart to SVG creates an empty file

后端 未结 0 651
野的像风
野的像风 2020-12-04 02:00

I am trying to export an Excel chart in SVG format using VBA.

    Set objChrt = ActiveChart.Parent
    objChrt.Activate
    Set curChart = objChrt.Chart
    
         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题