Posted 14 February 2019, 5:36 am EST
I have a sheet that I’m trying to export to a Word document through the save to html range method.
This sheet has common columns that needs to be included in every table that’s exported to the word document, so I copy/move the columns first to the end of the same sheet and later with each export I copy/move them again to the beginning.
The problem with this is that for any reason, moveRange method is not moving the header texts for those columns at the end so when later I use copyRange method to copy those columns again the headers remain empty.
Maybe I’m doing something wrong but I can’t find anything in the documentation to ensure my columns will be copied exactly as they are from one position to another on the same sheet.
Could you help me with this, please?
Thanks