I need to insert an HTML file from a macro in Word for Mac 2016 and the InsertFile method from Range object throws an error everytime I try to use it. I have tested the same code in Word 2011 and it works fine.
Does this happen to anyone else? Is there and alternative way to insert HTML code from VBA?
I've tried to do it calling an applescript from the macro and it takes ages.
Thanks