Select the column
Format > Tabs
Set a decimal tab at the position you require the tab.
Add a tab before the number in each line of the list, which will line up the
colons on the tab positions.
You can use the replace function to do this
Find the times by use of a wildcard search (copy and paste from here) for
([0-9]{1,2})[:.]([0-9]{2}[apm. ]{2,})
replace with
^t\1:\2
This will find times in any of the following patterns and line them up on
10:55pm 11.32am 12.00a.m. 1:00 p.m.
match them to
10:55pm 11:32am 12:00a.m. 1:00 p.m.
and line them up on the colons.
You may find it more convenient to create a paragraph style with the tab as
part of its configuration. It won't insert the tabs for you, but it will
have the tab stop position available for any paragraph you apply the style
to.
--
<>>< ><<> ><<> <>>< ><<> <>>< <>>< ><<>
Graham Mayor - Word MVP
E-mail (e-mail address removed)
Web site
www.gmayor.dsl.pipex.com
Word MVP web site
www.mvps.org/word
<>>< ><<> ><<> <>>< ><<> <>>< <>>< ><<>
Would you supply more specific information? thanks, K