Disable headers - Append Range

Hello everyone,

Can you please let me know to how to disable headers when I am trying to append data to a excel sheet? I don’t see any “Add Headers” option to disable it. So evberytime, I try to append it, it is copying the headers as well. Should I write it to a temp excel without headers and then append it ?

Try to use Write Range instead of Append Range.

That will overwrite existing data.