I am trying to fetch the last value of a dynamic array in VBA. The array is imported from a database and a new line is added for every day. It looks like this:
Variable(1865) Variable(1865,0) 05/25/2020 Variable(1865,1) 26595 I am doing a division that will use the Variable(i,1) value. How can I do this ?