Contacts - Microsoft Outlook - old Type

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I implemented a Date/Time butoon which works great but I would like it to
print the Date/Time in bold. I used:

Sub StampDate()
Item.Body = Now() & " - " & vbCrLf & vbCrLf & Item.Body
End Sub
Sub CommandButton1_Click()
Call StampDate()
End Sub



Thanks,
Shelly
 
Sue,
I have no idea what that means or where you sent me. I think I may be too
new at this. I just wondered if I could make my for in contacts stamp my
time?date in bold. Is there something I could add to what I had before to
accomplish that?
thanks,
shelly
 
My point is that what you're asking to do is not easy. At a minimum, it
requires installing and using an additional programming library beyond what
Outlook supplies.

--
Sue Mosher, Outlook MVP
Author of
Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
 
Back
Top