See the attached example for a couple of possibilities.
Have you tried Export Waveform to Spreadsheet File.vi? It's name is a bit misleading in that it saves the waveform data to a text file that is easily imported into a spreadsheet, not directly into Excel (or similar), but it saves time and amplitude as you describe.
To save into Excel, you'll have to pick off the time and amplitude arrays, format them as strings, then use ActiveX commands to write to Excel cells. Search this forum for ActiveX Excel for examples.
Tim