Hi
I have scanned numeric data off of a paper statement into an Excel Spreadsheet (using TextBridge / OCR). Surprisingly, all characters are consistently recognized and placed in the correct column!
Problem is, on occassion, a blank space is inserted between characters in the string (e.g. 1234 imports as 12 34). I have tried using TRIM to eliminate this space but it does not work for a single space. I am looking for a way to test the string and delete any spaces that may exist (back to 1234). Any solutions would be greatly appreciated.
Thanks
JDTTEK
I have scanned numeric data off of a paper statement into an Excel Spreadsheet (using TextBridge / OCR). Surprisingly, all characters are consistently recognized and placed in the correct column!
Problem is, on occassion, a blank space is inserted between characters in the string (e.g. 1234 imports as 12 34). I have tried using TRIM to eliminate this space but it does not work for a single space. I am looking for a way to test the string and delete any spaces that may exist (back to 1234). Any solutions would be greatly appreciated.
Thanks
JDTTEK