I try to use this method to export a table from excel to word, however i cannot export correctly because the merged cells appears unmerged.
But the problem is that the format does not include the merged cells, also i noticed that the customized colors are not copied correctly to word.
WordFormatting Required Boolean True formats the table using the formatting in the Word document. False formats the table according to the original Excel file.
objword.Selection.pasteexceltable False, False, True
Could you help me please?