Results 1 to 13 of 13

Thread: Lotus Notes - Bold Text

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Aug 2006
    Posts
    29

    Lotus Notes - Bold Text

    Hi Expert!

    I have written a macro which is sending an email using lotus notes, however I am not able to make the text Bold/Italic.

    Could you please let me know if there is any command to make the text bold.

    Thank you,
    Harry

  2. #2
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: Lotus Notes - Bold Text

    Using Visual Basic?

  3. #3

    Thread Starter
    Junior Member
    Join Date
    Aug 2006
    Posts
    29

    Re: Lotus Notes - Bold Text

    Vba?

  4. #4
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: Lotus Notes - Bold Text

    Then you need advice/suggestions from the VBA folks.

    Moved to Office Development.

    It would help them to know what you are using. Excel VBA? Access VBA?

  5. #5

    Thread Starter
    Junior Member
    Join Date
    Aug 2006
    Posts
    29

    Re: Lotus Notes - Bold Text

    Could you please look into my issue. it is really urgent

    Thank you so much in Advance

  6. #6
    PowerPoster
    Join Date
    Dec 2004
    Posts
    25,618

    Re: Lotus Notes - Bold Text

    what is the code you are using now?

    pete

  7. #7

    Thread Starter
    Junior Member
    Join Date
    Aug 2006
    Posts
    29

    Re: Lotus Notes - Bold Text

    My Code is working prefectly!

    problem is in formatting the text

    I.E.

    Dim abc as string
    abc="This is my text"

    I want "This" should come in bold

    How can I go ahead and bold this text?

  8. #8
    PowerPoster
    Join Date
    Dec 2004
    Posts
    25,618

    Re: Lotus Notes - Bold Text

    what is the code for putting into "notes", does notes display html or rtf?

    pete

  9. #9

    Thread Starter
    Junior Member
    Join Date
    Aug 2006
    Posts
    29

    Re: Lotus Notes - Bold Text

    It is in Rtf

  10. #10
    PowerPoster
    Join Date
    Dec 2004
    Posts
    25,618

    Re: Lotus Notes - Bold Text

    try abc="{/bThis/b0} is my text"

    not tested

    p.

  11. #11

    Thread Starter
    Junior Member
    Join Date
    Aug 2006
    Posts
    29

    Re: Lotus Notes - Bold Text

    Nope it did not work!

  12. #12
    PowerPoster
    Join Date
    Dec 2004
    Posts
    25,618

    Re: Lotus Notes - Bold Text


  13. #13

    Thread Starter
    Junior Member
    Join Date
    Aug 2006
    Posts
    29

    Re: Lotus Notes - Bold Text

    Thank you so much but again it did not help.

    Let me share my coding with you
    emails="[email protected]"
    firstline = "Dear " & names & vbNewLine & vbNewLine
    domNotesRichText.AppendText (firstline)
    domNotesDocumentMemo.Send False, emails
    Here I need "Dear" should come in bold

    I tried the code from link you suggested, but it does not work.

Posting Permissions

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



Click Here to Expand Forum to Full Width