Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hello all, I have hard copies of Excel data, I do not have a soft
copy. Is there a way to convert my paper (hard copies) to digital format so I can edit the content in Excel? Thanks, Ron |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Some scanners come with OCR software that will save the data to an excel file.
(I'd spend some quality time checking those OCR results, though.) Some fax software will receive faxes as picture files (.jpg). And you may find software that essentially acts as the OCR for those .jpg files. Ron wrote: Hello all, I have hard copies of Excel data, I do not have a soft copy. Is there a way to convert my paper (hard copies) to digital format so I can edit the content in Excel? Thanks, Ron -- Dave Peterson |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
On 27 Mag, 01:04, Ron wrote:
Hello all, I have hard copies of Excel data, I do not have a soft copy. *Is there a way to convert my paper (hard copies) to digital format so I can edit the content in Excel? *Thanks, Ron Hi Ron. see: http://www.investintech.com/able2extract.html but it is not free. regards Eliano |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
And how does this help to get data from a hard copy into Excel?
Gord Dibben MS Excel MVP On Wed, 26 May 2010 16:53:03 -0700 (PDT), eliano wrote: On 27 Mag, 01:04, Ron wrote: Hello all, I have hard copies of Excel data, I do not have a soft copy. *Is there a way to convert my paper (hard copies) to digital format so I can edit the content in Excel? *Thanks, Ron Hi Ron. see: http://www.investintech.com/able2extract.html but it is not free. regards Eliano |
#5
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
i just got a warning from Norton that the site you posted is unsafe.
Regards FSt1 "eliano" wrote: On 27 Mag, 01:04, Ron wrote: Hello all, I have hard copies of Excel data, I do not have a soft copy. Is there a way to convert my paper (hard copies) to digital format so I can edit the content in Excel? Thanks, Ron Hi Ron. see: http://www.investintech.com/able2extract.html but it is not free. regards Eliano . |
#6
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have an HP Scanjet with IRIS OCR and it does a great job of scanning to a
*.txt file which can be opened in Excel. Gord Dibben MS Excel MVP On Wed, 26 May 2010 16:04:12 -0700 (PDT), Ron wrote: Hello all, I have hard copies of Excel data, I do not have a soft copy. Is there a way to convert my paper (hard copies) to digital format so I can edit the content in Excel? Thanks, Ron |
#7
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Yes, I've used www.free-ocr.com with some considerable success in the past.
It's all free and really easy to use. The next step depends on what the data looked like originally - it might scan into strings of numbers seperated by spaces/multiple spaces or some other character You'll then have to do some find/replace stuff with it (I find word VERY good for replacing stuff in complex strings), and replace all the spaces with commas - finally save it as a text file, so that you can open it with Excel. LET ME ECHO WHAT DAVE PETERSON SAID THOUGH... ***(I'd spend some quality time checking those OCR results, though.)*** it will have errors in the data Cheers Michelle "Ron" wrote in message ... Hello all, I have hard copies of Excel data, I do not have a soft copy. Is there a way to convert my paper (hard copies) to digital format so I can edit the content in Excel? Thanks, Ron |
#8
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Obviously you'll need to scan it first!
"Ron" wrote in message ... Hello all, I have hard copies of Excel data, I do not have a soft copy. Is there a way to convert my paper (hard copies) to digital format so I can edit the content in Excel? Thanks, Ron |
#9
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Thanks everyone..... I now have a good idea of how to go about this
project. This site is awesome... Thanks, Ron On May 27, 3:02*am, "Michelle" wrote: Obviously you'll need to scan it first! "Ron" wrote in message ... Hello all, I have hard copies of Excel data, I do not have a soft copy. *Is there a way to convert my paper (hard copies) to digital format so I can edit the content in Excel? *Thanks, Ron- Hide quoted text - - Show quoted text - |
#10
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Ron:
I have done similar tasks converting paper documents to electronic form. Here are some ideas: Scan the document with OCR and create a text file. The text file is usually "not pretty". Once you do that, then you can write a VB Script (I use Microsoft Scripting Host 5.6 that comes with Windows) to eliminate double spaces, etc. OR.. just edit it manually. If you can get the text file into tab-delimited format, then you can import it into Excel. It would be like this: 1234 TAB 1235 TAB 1236 TAB CRLF 1234 TAB 1235 TAB 1236 TAB CRLF 1234 TAB 1235 TAB 1236 TAB CRLF Excel does well at importing tab delimited files. It still is a messy job, usually not perfect, so you will need to do cleanup. We all wish there was a "magic wand" for that function, but unfortunately, unless the data is really clean and uniform on the paper documents, it's a challenge. -- Rich Locus Logicwurks, LLC "Ron" wrote: Hello all, I have hard copies of Excel data, I do not have a soft copy. Is there a way to convert my paper (hard copies) to digital format so I can edit the content in Excel? Thanks, Ron . |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel 2007 - Formatting text in cell (character by character) | Excel Discussion (Misc queries) | |||
Excel base 10 log for Optical Density vs %T | Excel Worksheet Functions | |||
Error in Excel 2007 while using MS Wireless Note. Optical Mouse 40 | Excel Discussion (Misc queries) | |||
Excel-Match 1st text character in a string to a known character? | Excel Worksheet Functions | |||
importing undelimited text file data, character-by-character | Excel Programming |