![]() |
#6
|
||||
|
||||
![]()
The sort is based on the number of characters on each line. If you change to a fixed-width font you'll see that. Note that some lines also have the same number of characters. If you want to sort on the basis of the string widths on each line, change:
Code:
.Cell(i, 2).Range.Text = Len(.Cell(i, 1).Range.Text) Code:
.Cell(i, 2).Range.Text = .Cell(i, 1).Range.Characters.Last.Previous.Information(wdHorizontalPositionRelativeToPage)
__________________
Cheers, Paul Edstein [Fmr MS MVP - Word] |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Auto scheduling issue - longest task first? | Project_64 | Project | 3 | 01-25-2016 01:14 PM |
![]() |
Andoheb | Word | 29 | 07-03-2014 01:48 PM |
![]() |
awolf | Word VBA | 7 | 03-16-2014 02:40 PM |
![]() |
nineball | Word | 1 | 10-11-2013 12:36 PM |
I want to lock a sentence in Word | smorkette | Word | 1 | 02-06-2010 12:57 AM |