|
![]() |
#1 |
Участник
|
L := xlApp.Range('D7').Left;
T := xlApp.Range('D7').Top; msoShapeRectangle := 1; xlSht.Shapes.AddShape(msoShapeRectangle, L, T, 100, 90); |
|