I am trying to do a single input copy to set the value of a range like range.values = 'Due Date'; where the range address is A1:A20
But I am getting an error "The number of rows or columns in the input array doesn't match the size or dimensions of the range."
I am trying to do a single input copy to set the value of a range like
range.values = 'Due Date';where the range address isA1:A20But I am getting an error
"The number of rows or columns in the input array doesn't match the size or dimensions of the range."