View Single Post
Old 01-01-2012, 04:47 PM   #2
DSpider
Evangelist
DSpider ought to be getting tired of karma fortunes by now.DSpider ought to be getting tired of karma fortunes by now.DSpider ought to be getting tired of karma fortunes by now.DSpider ought to be getting tired of karma fortunes by now.DSpider ought to be getting tired of karma fortunes by now.DSpider ought to be getting tired of karma fortunes by now.DSpider ought to be getting tired of karma fortunes by now.DSpider ought to be getting tired of karma fortunes by now.DSpider ought to be getting tired of karma fortunes by now.DSpider ought to be getting tired of karma fortunes by now.DSpider ought to be getting tired of karma fortunes by now.
 
DSpider's Avatar
 
Posts: 450
Karma: 343115
Join Date: Nov 2009
Location: Romania
Device: PW2 2014
1. Open the VBA editor (Alt-F11) and go to View -> Immediate Window (Ctrl-G)
2. Type "ActiveDocument.ConvertNumbersToText" (without the quotes) and press Enter

Voilą!

For convenience, here's a macro:

Quote:
Sub Auto_Format_convert_list_numbers()
'
' convert_list_numbers Macro
' Macro created 10/8/08 by WJ Shack
'
ActiveDocument.ConvertNumbersToText
End Sub
I hope they add a checkbox or something to FineReader. Because with scanned text and OCR it's more of a nuisance if anything.

Last edited by DSpider; 01-01-2012 at 07:10 PM.
DSpider is offline   Reply With Quote