Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
DiscussionsAccessExcelInfoPathOutlookPowerPointPublisherWord
DirectoryUser Groups
Related Topics
Outlook ExpressInternet ExplorerWindowsMS Server ProductsMore Topics ...

MS Office Forum / Excel / New Users / April 2007

Tip: Looking for answers? Try searching our database.

Triangles in Basic Shapes

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Felix - 28 Apr 2007 06:00 GMT
With Basic Shapes (Triangle) I can draw all types of triangles, except obtuse
ones...  Why is that?
Signature

Felix

Gary''s Student - 28 Apr 2007 12:56 GMT
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 !
Signature

Gary''s Student - gsnu200718

> With Basic Shapes (Triangle) I can draw all types of triangles, except obtuse
> ones...  Why is that?
Felix - 30 Apr 2007 19:24 GMT
This is what I tried, but if move the yellow grab poit I can only streck it
as far as a rightangled triangle
Signature

Felix

> Hi Felix:
>
[quoted text clipped - 7 lines]
> > With Basic Shapes (Triangle) I can draw all types of triangles, except obtuse
> > ones...  Why is that?
Gary''s Student - 30 Apr 2007 20:32 GMT
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.
Signature

Gary''s Student - gsnu200718

> This is what I tried, but if move the yellow grab poit I can only streck it
> as far as a rightangled triangle
[quoted text clipped - 10 lines]
> > > With Basic Shapes (Triangle) I can draw all types of triangles, except obtuse
> > > ones...  Why is that?

Rate this thread:






 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.