Is it possible to retain some of the formatting from an existing sheet?
Basically I have a sheet that I would like to overwrite daily, but in several columns I have Data Validation drop down lists. I do not want those touched.
In my workflow those fields are Null(), I have tried to overwrite sheet and (with and without skip field names) but it overwrites the data validation.
Append may work but I do not need previous days data. I tried to simulate if after working the document I deleted the rows from that day, so it is only the header row, then re-ran, it appends on like row 1000. It keeps the drop downs though!
Any suggestions?