I have a database that is converting text files into a Microsoft Word 2000 File. The problem that I am having is that WINWORD.EXE is not closing. I have used the following code to close the Text files, however I still have the problem of WINWORD remaining in my Taskbar and not allowing me to Open Word.
Kill strRootPath & CStr(Format(i, "00")) & "\" & strFile
If anyone needs to see the entire Database code or find out more information please contact me.
Hope someone can help me out with this frustrating problem.
Jack
Kill strRootPath & CStr(Format(i, "00")) & "\" & strFile
If anyone needs to see the entire Database code or find out more information please contact me.
Hope someone can help me out with this frustrating problem.
Jack