This is how I do it in 4.2MR1:
After I take my measurments I export the data with File I/O commands.
From the menu:
Insert -> File I/O Command -> File Open
Insert -> File I/O Command -> Writing Commands -> Write Line
Insert -> File I/O Command -> File Close
In my case, this exports Time, Date, Diameter, 2d-distance, 2d-distance, Y axis position, roundness, user input, and z-height to a Text file stored on our network server that can be retrieved anywhere from the network.
This info is put onto its own line in the text file GLOBAL.TXT each time to program is run. It can then be imported into Excel or any other software package that take a CSV/TXT file as input.
Have fun with it....