Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
vb help
Name: archna Date: August 8, 2003 at 18:48:36 Pacific OS: windows 2000 CPU/Ram: P-3/128 SD
Comment:
I want to detect whether a file generated in word document is generated by manually typing it or by OCR scanning method. Its very urgent as I have to submit my project in next week in my college. Pl. help Regards, Archna
Name: wizard-fred Date: August 9, 2003 at 04:59:00 Pacific
Reply:
1 - Open the file and look at the author data.
2 - Use a hex/binary editor and open the files from the OCR program and those that were manually entered. Look for a distictive pattern in the page setup.
Summary: Hi all, I'm something of a newbie when it comes to VB, and have now become well and truly stuck. Basically I'm working on a form in Word that will be sent out to a large number of recipients and will ...
Summary: Hi, Try this: Option Explicit Private Sub SetPrintArea() Dim strACAddr As String On Error GoTo ErrHnd 'get active cell address strACAddr = ActiveCell.Address 'set print area ActiveSheet.PageSetup.Pr...
Summary: I need a vbs that will look in two cells in fileA(first and last name) and then search fileB(two cells) for that first and last name combo. if exists do nothing if it does not exist in fileB highlight...