Excel data file format

H

Harald Staff

Hi

A macro like this will do

Sub test()
ActiveWorkbook.SaveAs ("C:\Temp\Opus1.wav")
End Sub

Don't expect too much from the orchestration though ...

HTH. Best wishes Harald
 
F

Fredrik Wahlgren

Wordgeek said:
How can I save a data set in *.xls format to *.asc, *.bin, *.wav,...

How exactly do you have something in wav format in an xls file?

/Fredrik
 
F

Fredrik Wahlgren

Wordgeek said:
How can I save a data set in *.xls format to *.asc, *.bin, *.wav,...

How exactly do you have something in wav format in an xls file?

/Fredrik
 
H

Harald Staff

I DID test it of course, "this idea's so stupid that it might actually
work", quote Kermit the Frog :)

iTunes didn't even try to create sound from it, but put on a Joe Satriani
record instead. Windows Media presented a modal error message and shut
itself down. Another point goes to iTunes.

Best wishes Harald
 
Top