Consulting

Results 1 to 2 of 2

Thread: Bullets in oleformat textbox(inserted through control toolbox)

  1. #1

    Unhappy Bullets in oleformat textbox(inserted through control toolbox)

    HI all
    How can i insert bullet list format in textbox created through control toolbox.Actually data is coming from a word document dynamically.

    Is there any way to write unicode characters in this textbox?

    thanks in advance as its very crucial requirement in my project.

  2. #2
    VBAX Master
    Joined
    Feb 2007
    Posts
    2,094
    Location
    You should be able to write Chr$(149) to each line to give a bullet


    .additem Chr$(149) & " The actual text"
    Last edited by Aussiebear; 04-28-2023 at 08:16 PM. Reason: Adjusted the code tags
    John Wilson
    Microsoft PowerPoint MVP
    Amazing Free PowerPoint Tutorials
    http://www.pptalchemy.co.uk/powerpoi...tutorials.html

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •