gpt4 book ai didi

vba - Excel/VBA : change roundness of a rounded rectangle in vba/excel

转载 作者:行者123 更新时间:2023-12-02 23:11:45 26 4
gpt4 key购买 nike

我试图弄清楚如何使用 VBA 更改 Excel 中圆角矩形形状的圆度。

我首先创建圆角矩形,但此时我不确定下一步要做什么。

Set roundedRec = ws.Shapes.AddShape(msoShapeRoundedRectangle, 10, 10, 200, 40) 

我在谷歌上搜索了vba Shapes roundness roundedExcel vba rounded squarecorner radius和其他类似的短语,但没有找到任何非常有指导性或帮助性的内容。我开始认为我无法通过 Visual Basic 更改此属性,尽管我可以通过 Excel 的 GUI 来更改此属性。

最佳答案

我用谷歌搜索了msoShapeRoundedRectangle radius,第一个link有一个例子:

With oSh
oSh.AutoShapeType = msoShapeRoundedRectangle
.Adjustments(1) = sngRounding
End With

关于vba - Excel/VBA : change roundness of a rounded rectangle in vba/excel,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5146210/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com