As per title, i'm trying to pull down the bloomberg Live data to the next row while maintaining the yesterday's data in that same row. I'm completely new in VBA, can anyone do guide me as to how can i achieve that?
Example:
Row 1 data: Date 3/10/2016
Row 2 data: Date 4/10/2016 (Live)
Then for tomorrow i need to make it as such:
Row 1 data: Date 3/10/2016
Row 2 data: Date 4/10/2016
Row 3 data: Date 5/10/2016 (Live)