I have data streaming into cell A1. If cell B1 = "record", then each time the data changes I would like to record the data and timestamp it with the system clock as a new line in a csv file that might look like this:
datetime, value
datetime, value
... etc
As I am a beginner, can you advise in detail how I would insert this into the VBA editor?
Start Free Trial