![]() |
|
#1
|
||||
|
||||
![]()
That's an odd one. I used google and I found this thread. So, using the suggestion there:
Code:
With .Sort .SortFields.Add _ Key:=fRange, _ SortOn:=xlSortOnValues, _ Order:=xlAscending, _ DataOption:=xlSortNormal .SetRange sRange .Header = xlGuess .MatchCase = False .Orientation = xlTopToBottom .SortMethod = xlPinYin Application.Calculate .Apply .SortFields.Clear End With |
#2
|
|||
|
|||
![]()
Hi Colin,
I tried the new code a couple times and still get and error. Stops at: Code:
.SortFields.Add _ Key:=fRange, _ SortOn:=xlSortOnValues, _ Order:=xlAscending, _ DataOption:=xlSortNormal |
![]() |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
![]() |
Joe Patrick | Word VBA | 2 | 01-30-2012 07:23 AM |
![]() |
Frankwlc | Word | 5 | 11-28-2011 01:54 AM |
![]() |
waldux | Word VBA | 1 | 03-04-2011 11:25 PM |
Runtime error 5487 - Word cannot complete the save to to file permission error | franferns | Word | 0 | 11-25-2009 05:35 AM |
Installing Access Runtime | ziggy0508 | Office | 1 | 09-29-2005 04:21 PM |