Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
7
Task/Pentagram/VBA/pentagram.vba
Normal file
7
Task/Pentagram/VBA/pentagram.vba
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
Sub pentagram()
|
||||
With ActiveSheet.Shapes.AddShape(msoShape5pointStar, 10, 10, 400, 400)
|
||||
.Fill.ForeColor.RGB = RGB(255, 0, 0)
|
||||
.Line.Weight = 3
|
||||
.Line.ForeColor.RGB = RGB(0, 0, 255)
|
||||
End With
|
||||
End Sub
|
||||
Loading…
Add table
Add a link
Reference in a new issue