Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
With Basic Shapes (Triangle) I can draw all types of triangles, except obtuse
ones... Why is that? -- Felix |
#2
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
Hi Felix:
From the Basic Shapes grab the isosceles triangle and put it on your sheet. Click on the triangle. You can then stretch it out into an obtuse form by grasping a grab point and dragging. Have fun ! -- Gary''s Student - gsnu200718 "Felix" wrote: With Basic Shapes (Triangle) I can draw all types of triangles, except obtuse ones... Why is that? -- Felix |
#3
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
This is what I tried, but if move the yellow grab poit I can only streck it
as far as a rightangled triangle -- Felix "Gary''s Student" wrote: Hi Felix: From the Basic Shapes grab the isosceles triangle and put it on your sheet. Click on the triangle. You can then stretch it out into an obtuse form by grasping a grab point and dragging. Have fun ! -- Gary''s Student - gsnu200718 "Felix" wrote: With Basic Shapes (Triangle) I can draw all types of triangles, except obtuse ones... Why is that? -- Felix |
#4
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
Hi Felix:
Here is a macro that will make it automatically: Sub Macro1() Range("G11").Select With ActiveSheet ..Shapes.AddShape(msoShapeIsoscelesTriangle, 267.75, 234.75, 87#, 88.5).Select ..Shapes(1).Select End With Selection.ShapeRange.ScaleWidth 4.09, msoFalse, msoScaleFromTopLeft Selection.ShapeRange.ScaleHeight 0.97, msoFalse, msoScaleFromTopLeft Range("G12").Select End Sub Open a new spreadsheet, install the macro and run it. -- Gary''s Student - gsnu200718 "Felix" wrote: This is what I tried, but if move the yellow grab poit I can only streck it as far as a rightangled triangle -- Felix "Gary''s Student" wrote: Hi Felix: From the Basic Shapes grab the isosceles triangle and put it on your sheet. Click on the triangle. You can then stretch it out into an obtuse form by grasping a grab point and dragging. Have fun ! -- Gary''s Student - gsnu200718 "Felix" wrote: With Basic Shapes (Triangle) I can draw all types of triangles, except obtuse ones... Why is that? -- Felix |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
When drawing shapes in excel the shapes keep disappearing | Excel Discussion (Misc queries) | |||
little green triangles - XL 2003 | Excel Discussion (Misc queries) | |||
Mass removal of green triangles | Excel Discussion (Misc queries) | |||
How can i get more 3D shapes for Auto shapes in excel? | Excel Discussion (Misc queries) | |||
How can i get more 3D shapes for Auto shapes in excel? | Excel Discussion (Misc queries) |