PC Review


Reply
Thread Tools Rate Thread

how do i timestamp paragraphs of text

 
 
marti
Guest
Posts: n/a
 
      12th Dec 2007
Hello,
Is it possible to timestamp paragraphs of text as I transcribe them to
coincide with the tape I'm transcribing from?

Thank yoU!
 
Reply With Quote
 
 
 
 
Graham Mayor
Guest
Posts: n/a
 
      12th Dec 2007
Unless you have not explained yourself very well, I doubt that what you ask
is remotely possible. How is Word going to know what the times are on your
tape, unless you simply type them into the document?

If on the other hand you are asking how to insert the *current* time on your
document then that is easy enough. The following macro will insert the
current time (as text) in the document at the cursor position:

Sub InsertTimeLowerCase()
With Selection
.Collapse Direction:=wdCollapseStart
.InsertAfter Format(Time(), "h:mm" & Chr(160) & "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
Word MVP web site http://word.mvps.org
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>

marti wrote:
> Hello,
> Is it possible to timestamp paragraphs of text as I transcribe them to
> coincide with the tape I'm transcribing from?
>
> Thank yoU!



 
Reply With Quote
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Filtering text paragraphs Spheon Microsoft Word Document Management 0 21st Apr 2010 08:57 PM
Indent text only of numbered paragraphs with justified text =?Utf-8?B?TGF1cmE=?= Microsoft Word Document Management 1 31st Oct 2006 02:10 PM
ignore paragraphs within text =?Utf-8?B?Y2F0ZW4=?= Microsoft Powerpoint 3 7th Aug 2006 09:29 PM
paragraphs in text boxes nick payne Microsoft Powerpoint 3 9th Oct 2003 03:21 PM
Text paragraphs and image Mika Microsoft Excel Programming 1 23rd Jul 2003 02:38 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 06:30 PM.