Hi Gavin
I'm not looking to add to the last row of the page.
Currently, as it is, it pastes the data on the same row by inserting a new one pushing the rest down. So the new data is always on top.
What I wanted was the new data to be added the inverse. Like paste on A1, A2, A3... and so on until it reaches the end of the sheet (which won't happen). So new data always added to the next empty row.
The reason is if you try to make a custom realtime graph, the way it is now won't work, as soon as new data arrives it will push down the range and is never included. Graph is empty.
I know that could make a copy/paste macro but that isn't optimal and will probably slow down things.
Actually I found a different solution without messing with the code, created a dynamic table so the graph will update and add new rows. As the graph would update inverted, I just set the horizontal axis inverted as well. That way the new data on the graph shows on the right side instead of the left side of the graph.
Now the only thing that should be improved would be the time refresh without changing Cymatic settings.