D
Dan Hardy
I am trying to create a toolbar button which will insert a timestamp
into my contact note field when I click it.
Here is the text of my attempt so far:
Sub timestamp()
Selection.Type Text:=Now
End Sub
However, I get a runtime 424 error. I have created this macro from
the contact>tools>forms menu and I didn't think I'd have to reference
the object, but I guess I do. Can someone help?
Thanks.
into my contact note field when I click it.
Here is the text of my attempt so far:
Sub timestamp()
Selection.Type Text:=Now
End Sub
However, I get a runtime 424 error. I have created this macro from
the contact>tools>forms menu and I didn't think I'd have to reference
the object, but I guess I do. Can someone help?
Thanks.