I have same script with generates a MS Word document based on a data in a Lotus Notes database. I can run Word from Lotus Notes well but I have a problem to open a Word document. This code Code: Set myDoc = myWord.Documents.Open("C:\windows\temp\test.doc") causes this error prompt (http://www.abclinuxu.cz/images/screenshots/5/3/102535-store-for-snapshots-16717.png). ("Could not open macro storage." or so ;?)). Do you have any idea what is wrong? Bash command Code: wine "C:\Program Files\Microsoft Office\OFFICE11\WINWORD.EXE" "C:\windows\temp\test.doc" works well :?