Hi all,
From my code, I can manage opening Microsoft documents:
After declaring variables etc it goes somehow like this (example with Word):
Set appWord = New Word.Application
Set docWord = appWord.Documents.Open(strFile, , False)
appWord.Visible = True
(where strFile is the full...