Hi All,
I am trying to write an output range to a file containing multiple sheets based on the output path field. The data will flow through via output path to multiple tabs. When I try to overwrite the sheet, I get Internal Error: Invalid parameter detected in function (null).
My header fields are not contained in the output excel. Alternatively, I tried to append the ranges but then to circumvent having the mapping error, I made the first row the field using the dynamic rename formula. Is there a way which we can overwrite the ranges without the error? I looked everywhere publicly but couldn't find a solution. Is this something that can be achieved via VBA/Python integration?


Thanks.