Date Stamp in Contacts Notes field tweaking

S

soxfan

I have used the following code for setting up a date stamp button:

Sub StampDate()
Item.Body = Now() & vbCrLf & vbCrLf & Item.Body
End Sub

Sub CommandButton1_Click()
Call StampDate()
End Sub


I'd like for the date stamp line to look something like this:

--------11/11/2003 12:50pm------------------------------------

That way it breaks up the notes very nicely and much easier to scan through
a long list of notes. How would I tweak the code to add that format?

Thanks,
Tom
 

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