I have a variable Y
And a variable X
I am using the following VBA code to refresh the date; to simulate a real time data flow:
So what I want is that the X variable will be on the X axis and the Y variable on the Y axis as well and then continuous between 10:00 until 14:00.
I have managed to do somehow with more variables however I just need one.
How do I go about this?
You can find the file here:
Code:
Y = RANDBETWEEN(2,15)
And a variable X
Code:
X = NOW()
Code:
Sub Calculate_range()
Range("A1:A7").Calculate
Application.OnTime DateAdd("s", 2, Now), "Calculate_range"
End Sub
So what I want is that the X variable will be on the X axis and the Y variable on the Y axis as well and then continuous between 10:00 until 14:00.
I have managed to do somehow with more variables however I just need one.
How do I go about this?
You can find the file here:
HTML:
https://filebin.net/mwdmkf3vzf175zqf