![]() |
|
|||||||
|
|
Thread Tools | Display Modes |
|
#36
|
||||
|
||||
|
To omit the ^ symbols, you could change:
Code:
.Characters(Start:=j, Length:=k).Font.Superscript = True
j = j + k
Code:
.Characters(Start:=j, Length:=k).Font.Superscript = True
.Characters(j, 1).Delete
j = j + k - 1
__________________
Cheers, Paul Edstein [Fmr MS MVP - Word] |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Words in my document were converted to numbers???? | MikeD23 | Word | 1 | 08-26-2012 11:09 AM |
| can word convert numbers? | koolfire | Word | 2 | 01-07-2012 02:12 PM |
Convert numbers to a specific text string
|
francis | Excel | 1 | 10-06-2011 01:43 PM |
| Numbers in Words | janak | Excel | 2 | 12-19-2010 08:53 PM |
| Numbers Convert in word in MS Access | towhid | Office | 0 | 08-19-2010 01:17 AM |