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. > > Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.