|
-
Aug 1st, 2006, 06:17 AM
#1
Thread Starter
Junior Member
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
-
Aug 1st, 2006, 06:37 AM
#2
Re: Lotus Notes - Bold Text
Using Visual Basic?
-
Aug 1st, 2006, 06:38 AM
#3
Thread Starter
Junior Member
Re: Lotus Notes - Bold Text
-
Aug 1st, 2006, 06:42 AM
#4
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?
-
Aug 1st, 2006, 07:47 AM
#5
Thread Starter
Junior Member
Re: Lotus Notes - Bold Text
Could you please look into my issue. it is really urgent
Thank you so much in Advance
-
Aug 1st, 2006, 08:04 AM
#6
Re: Lotus Notes - Bold Text
what is the code you are using now?
pete
-
Aug 1st, 2006, 08:06 AM
#7
Thread Starter
Junior Member
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?
-
Aug 1st, 2006, 08:20 AM
#8
Re: Lotus Notes - Bold Text
what is the code for putting into "notes", does notes display html or rtf?
pete
-
Aug 1st, 2006, 08:30 AM
#9
Thread Starter
Junior Member
Re: Lotus Notes - Bold Text
-
Aug 1st, 2006, 08:55 AM
#10
Re: Lotus Notes - Bold Text
try abc="{/bThis/b0} is my text"
not tested
p.
-
Aug 1st, 2006, 09:44 AM
#11
Thread Starter
Junior Member
Re: Lotus Notes - Bold Text
-
Aug 1st, 2006, 10:08 AM
#12
Re: Lotus Notes - Bold Text
-
Aug 1st, 2006, 10:52 AM
#13
Thread Starter
Junior Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|