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
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