User (Legacy) Posted November 9, 2000 Report Share Posted November 9, 2000 Is this what you mean? 'add text object to AnnotX and set options Set objBalloon = AnnotX.Add(OBJECT_TYPE_BALLOON) With objBalloon .Text = "Hi, Mom!" & " " .Font.Size = 14 .Width = 60 .Height = -35 'pointer lower left corner .Top = 100 .Left = 150 .Refresh False End With Steve Steve Schreiner (VBLogic, Inc.) <steve@vblogic.com> wrote in message news:LK#AJHgSAHA.1428@sfxserver.softwarefx.com... > How can I change the size or font of the text that is displayed in the show > balloon method? > > Thanks. > > Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.