Contacts - Microsoft Outlook - old Type

S

shelci

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
 
S

shelci

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
 
S

Sue Mosher [MVP-Outlook]

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top