Hi Every One,

I am trying to write quantum data base with VBA Macro, i am trying to loop through specified colomns and row with specified range of time stamp

as below example of writing values to the same TAG according to time stamp

Time TAG Value

4:00 TI_9901 55
8:00 TI_9901 70
12:00 TI_9901 100

this data is distributed in different ranges, the problem i have with my code is: instead of writing each value for each time stamp, it is writing all of values for all time stamps and i end up with the Value 100 for the the same TAG.

Write Loop is below

Please Login or Register  to view this content.