Jump to content

mskimblyn

Members
  • Posts

    1
  • Joined

  • Last visited

mskimblyn's Achievements

Novice

Novice (1/7)

0

Reputation

  1. Hi binu, I am transcribing in Microsoft word and using a macro with the current timestamp being the current time and thats not what i need. Here's the code for the macro I am using. Sub Timestamp() Selection.InsertDateTime DateTimeFormat:="hh:mm:ss", InsertAsField:= _ False, _ InsertAsFullWidth:=False Selection.TypeText Text:=vbTab End Sub I really want to be able to insert timestamp that shows elapsed time from when i started transcribing audio file because i have to timestamp every minute showing how much time has elapsed. Perhaps the macro you have can help me or you can help me use elapsed time instead of current time in this macro. My email address: mskimblyn@gmail.com Thank you so much. Kimblyn
×
×
  • Create New...