IS IT POSSIBLE TO CREATE A COMMAND BUTTON TO MAKE TIME STAMPS

  • Thread starter Thread starter Guest
  • Start date Start date
Something like

Sub InsertTimeLowerCase()
With Selection
.Collapse Direction:=wdCollapseStart
.InsertAfter Format(Date, "d MMM yyyy, ")
.InsertAfter Format(Time(), "h:mm am/pm")
.Collapse Direction:=wdCollapseEnd
End With
End Sub

http://www.gmayor.com/installing_macro.htm

--
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
Graham Mayor - Word MVP

My web site www.gmayor.com

<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
 

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

Back
Top