Hi Ian
Maybe you could use the 'write to file' option using this as the text: [now_time],[event_start],["market_name"],[market_volume],["sel_name"],[back_price] if you wrote that to a csv file then excel could open it later. You could add in the coditions some sort of timer variable, and the new info would be added to the csv file so you could record the results with a 1 hour difference onto the same csv file.
Just an idea, it's not something I know a lot about.