Hi guys,
Ok I have come close with this but my code is heavy and messy so turning to the experts...:
So I have a column (let's say C) which has dynamic data (Like stock data) which is updating every second.
I'd like to copy column C from row 5 to 1000 (C5:C1000) every 'n' minutes (let's say every 5 minutes) and paste the column into sheet two. Sheet two the first column would start from D5 and every five minutes when the dynamic data is copied I want it to be pasted in the next empty column along so as to not overwrite the previous copy and paste.
If possible, Id like the sheet 2 pastes to have a timestamp of the copy/paste (maybe in the top row or something) so I can track the ups and downs of the values over time more accurately.
Sheet speed is king here so a messier code which minimises sheet slowness would be preferential to a neat code which needs more processing power.
Any help much appreciated as my VBA is very basic at best.
Many thanks
Dave
Ok I have come close with this but my code is heavy and messy so turning to the experts...:
So I have a column (let's say C) which has dynamic data (Like stock data) which is updating every second.
I'd like to copy column C from row 5 to 1000 (C5:C1000) every 'n' minutes (let's say every 5 minutes) and paste the column into sheet two. Sheet two the first column would start from D5 and every five minutes when the dynamic data is copied I want it to be pasted in the next empty column along so as to not overwrite the previous copy and paste.
If possible, Id like the sheet 2 pastes to have a timestamp of the copy/paste (maybe in the top row or something) so I can track the ups and downs of the values over time more accurately.
Sheet speed is king here so a messier code which minimises sheet slowness would be preferential to a neat code which needs more processing power.
Any help much appreciated as my VBA is very basic at best.
Many thanks
Dave