In the "old excel format" (*.xls) you have to watch an area like this:
ASCII:
Code: Select all
þÿþÿü ... [Values] ÿ
Code: Select all
FE FF FE FF FC ... [Values] FF
Or does the front end program just call Excel to write the data? (Excel should start itself when recording)
Or is the front end program actually an Excel macro or a VBA module? (You need to start Excel/ an Excel document to start recording)
In the latter 2 cases some VB/VBS/VBA should be involved. So I'd attack the front end program and all its files with a trusty text/Hexeditor, and look for "Visual basic looking stuff" that might be modified for easier access.
But not before I had looked after what Richard mentioned:
Have fun!FourthWorld wrote:Does it offer any simpler, more common options?