Hi,
Thank You for the help, but I still have the same error message at the same part.
I changed
While strFileName <> ""
Set oDoc = Documents.Open(strPath & strFileName)
To
For i = 1 To UBound(FileArray)
Set oDoc = Documents.Open(strPath & FileArray(i))
But this is not...
Hi all,
I'm trying to store scattered text data from several word docs to database MS Access and into test word document but at the end there is no data in database or even in test word document. While Compiling Project I got Compile error Wrong number of arguments or invalid property assigment...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.