Data Streamer Function

mrpoo

New Member
Joined
Apr 12, 2018
Messages
17
Hello all,

I'm using the Data Steaming function to record an airflow reading from an external device then plot it on a chart.
I've configured Data Streamer to record 1200 rows that equates to 20 mins (ish), It all works lovely up until all the specified rows have had filled then any readings over the 1200 row mark (20 mins) starts over writing existing data in row 1200.

I've played around with the Data Streamer Settings but they are very limited but I'm wondering if there is a way to insert the contents from a cell in another once it has been populated the first time but not over write when the original data is updated?

Am I talking gibberish?

Many thanks,
Graham
 

Excel Facts

How can you automate Excel?
Press Alt+F11 from Windows Excel to open the Visual Basic for Applications (VBA) editor.
Possibly.

In the worksheet module you could set up a worksheet_Change() function that locks the cell 1200 once it has been changed.

You would also need a small clear/unlock macro for the next time you want to collect data.
 
Upvote 0

Forum statistics

Threads
1,215,054
Messages
6,122,893
Members
449,097
Latest member
dbomb1414

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top