Consulting

Results 1 to 2 of 2

Thread: Rich Text Box

  1. #1

    Rich Text Box

    Hi guys,
    I tried using a Rich Text box with the file RICHTX32.OCX (which I downloaded) and I get a "not trusted" message.

    What I basically need is a text box in which I can Bold/underline specific words and also create bulletins

    Is there a simple solution to my problem without using a rich text box?

    Thanks

  2. #2
    VBAX Guru Kenneth Hobs's Avatar
    Joined
    Nov 2005
    Location
    Tecumseh, OK
    Posts
    4,956
    Location
    Depends on what you are doing I guess. You could use standard text box and create some pseudo markup language which your macro would parse as needed to create the text marked up.

    You might want to add an MSWord object and add what is needed in it.

Posting Permissions

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