I try such code for converting docx to doc format:
Code:
Sub ToDoc()
Application.Run MacroName:="FileSaveWord11"
End Sub
But there is file dialog for saving it after execution. How to modify it for saving it silently without confirming in file dialog?