Microsoft VBA AddShape,網頁SVG=Scalable Vector Graph

劉任昌EXCEL VBA繪圖

Sub 劉任昌示範()
ActiveSheet.Shapes.AddShape(msoShapeOval, 200, 200, 200, 200).Fill.ForeColor.RGB = RGB(255, 255, 0)
ActiveSheet.Shapes.AddShape(msoShapeOval, 250, 250, 30, 20).Fill.ForeColor.RGB = RGB(0, 0, 0)
ActiveSheet.Shapes.AddShape(msoShapeOval, 320, 250, 30, 20).Fill.ForeColor.RGB = RGB(0, 0, 0)
ActiveSheet.Shapes.AddShape(msoShapeIsoscelesTriangle, 280, 280, 40, 50).Fill.ForeColor.RGB = RGB(0, 0, 255)
ActiveSheet.Shapes.AddShape(msoShapeRectangle, 270, 340, 60, 20).Fill.ForeColor.RGB = RGB(255, 0, 0)

'使用中的試算表.圖形集合.增加圖方法(橢圓oval,左,右,寬,高).填.前景顏色.rgb
End Sub

劉任昌WORD VBA繪圖

Sub 劉任昌示範()
ActiveDocument.Shapes.AddShape(msoShapeOval, 200, 200, 200, 200).Fill.ForeColor.RGB = RGB(255, 255, 0)
ActiveDocument.Shapes.AddShape(msoShapeOval, 250, 250, 30, 20).Fill.ForeColor.RGB = RGB(0, 0, 0)
ActiveDocument.Shapes.AddShape(msoShapeOval, 320, 250, 30, 20).Fill.ForeColor.RGB = RGB(0, 0, 0)
ActiveDocument.Shapes.AddShape(msoShapeIsoscelesTriangle, 280, 280, 40, 50).Fill.ForeColor.RGB = RGB(0, 0, 255)
ActiveDocument.Shapes.AddShape(msoShapeRectangle, 270, 340, 60, 20).Fill.ForeColor.RGB = RGB(255, 0, 0)

'使用中的試算表.圖形集合.增加圖方法(橢圓oval,左,右,寬,高).填.前景顏色.rgb
End Sub

劉任昌網頁SVG繪圖

維基百科SVG

留言

  1. https://d11017201.blogspot.com/2021/12/microsoft-vba-addshapesvg.html

    回覆刪除
  2. https://d11017229.blogspot.com/2021/12/microsoft-vba-addshape-svgscalable.html

    回覆刪除
  3. https://yinghsien2002.blogspot.com/2021/12/blog-post.html

    回覆刪除
  4. https://yixuan1118.blogspot.com/2021/12/microsoft-vba-addshopesvg.html

    回覆刪除
  5. https://yan911222.blogspot.com/2021/12/microsoft-vba-addshape.html

    回覆刪除
  6. https://toto0403d.blogspot.com/2021/12/blog-post.html

    回覆刪除
  7. https://d11017240.blogspot.com/2021/12/blog-post.html

    回覆刪除
  8. https://www.blogger.com/blog/post/edit/2345117422994568907/7459279300912116472

    回覆刪除
  9. https://d11017247.blogspot.com/2021/12/blog-post.html

    回覆刪除
  10. https://jerry20030703.blogspot.com/2021/12/excel-vba-sub-activesheet.html

    回覆刪除
  11. https://www.blogger.com/blog/post/edit/preview/3402766720798119245/4077049470897568783

    回覆刪除

張貼留言

這個網誌中的熱門文章

劉任昌,EXCEL樞紐分析,上市公司簽證會計師事務所

再貼一次