I am trying to import an html file to word document.
several css files are related to this html file.
When doing it both through word(Insert --> file) or via word automation (selection.InsertFile) the attached dialog box is prompt.
I would like to click NO in order to use the relevant css files.
This works fine.... What I want to do is hide this dialog box while i am working with word automation, but still use my css files and not the normal style.
When i set the Application.DisplayAlerts to none, the dialog is not shown(as desired) but the normal styles are used.
Are there any settings, arguments which can be used in order to achieve that ?
Thanks,
R.
#If you have any other info about this subject , Please add it free.# |