B
bbnimda
Hi all,
I made a custom form "Task" and each time some one open the task I add at
the en of the Task body the time and the name of the curent user
I wanted to hihg light the Tag by making the the text Bold and colored
(one different color for each user)
Here is a part of my code
Function Item_Open()
Set FormPage = Item.GetInspector.ModifiedFormPages("MyForm")
CurUsr = application.GetNameSpace("MAPI").CurrentUser
body = body & CurUsr & " le " & date & chr(13) <= I want to make this line
Bold and Colored
....
....
end function
how can I do That
I made a custom form "Task" and each time some one open the task I add at
the en of the Task body the time and the name of the curent user
I wanted to hihg light the Tag by making the the text Bold and colored
(one different color for each user)
Here is a part of my code
Function Item_Open()
Set FormPage = Item.GetInspector.ModifiedFormPages("MyForm")
CurUsr = application.GetNameSpace("MAPI").CurrentUser
body = body & CurUsr & " le " & date & chr(13) <= I want to make this line
Bold and Colored
....
....
end function
how can I do That