hello,
I would like to create buffer like the queue but then with a fixed length.
So when the last value is added then the first added value drops out:
position value
1 50
2 35
3 87
then value 29 is added and value 87 drops off:
position value
1 29
2...
hello,
Whats the maximum nr of Worksheet_Change events per second/millisecond?
I have a program which put data in Excel cells.
I try to catch them all with Worksheet_Change. like this:
Private Sub Worksheet_Change(ByVal Target As Range)
If Not Intersect(Target, Range("d3:e40")) Is Nothing Then...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.