-

   rss_sql_ru_access_programming

 - e-mail

 

 -

 LiveInternet.ru:
: 16.03.2006
:
:
: 4

:


, 09 2015 . 14:55 +
, .

- Outlook. ( pdf ) + , .
- , , ...

, . , .
, . .
:
- , .
pdf txt. ( )
:
( , ) - - txt . "".
( txt), .
- . . .

, . .


If Dir(strNameFile, vbDirectory) <> "" Then
( , )
FileName = "C:\1\1.txt"

f = FreeFile

Open FileName For Input As f
Do While Not EOF(f)
  FileTxt = Input(1, #f)
  Debug.Print UsefulTxt
Loop
Close #f

, , , =""

FSO.
Set FSO = CreateObject("Scripting.FileSystemObject")
If FSO.FileExists(strNameFile) Then
    Set FSTR = FSO.OpenTextFile(strNameFile)
    BodyTxt = FSTR.ReadAll
    FSTR.Close
    Set FSTR = Nothing
End If

.



For aa = 1 To 100
        For ee = 1 To 110
        If Dir(strMyFileNameTo, vbDirectory) <> "" Then
            
        End If
    Next ee
Next aa

, . . .
- , .
, , 25% , - . ( ) - . - .

txt ( ), .
( )
While Dir(strNameFile) = ""
    a = a + 1
    If a = 10000 Then '         
        GoTo ReadTXT_Error
    End If
    DoEvents
Wend
, .

- ,
. ...
, " "?
Outloook( ), ( pdf txt), , Outlook( , )

, , .

:
?

http://www.sql.ru/forum/1184155/schityvanie-tekstovyh-faylov-v-cikle


: [1] []
 

:
: 

: ( )

:

  URL