> I agree with Graham- Word doesn't add too many controls. What I would
> suggest, though, is for you to use Audacity, a highly rated FREE program for
> recording. You then can add your sound, s.a. MP3 into your Word document.
> This nifty recorder rocks....
>
> URL:
http://www.guidesandtutorials.com/audacity-tutorial.html>
> Al
>
> "Peter" wrote:
>
> > Briefly:
> > I can record audio in word but I would like to use VBA to compress this to a
> > more managable file size e.g. 10 secs in the default format is 1.8MB and in
> > the compressed format it is 30kB
> > How can I do this compression under vba control?
> >
> > More info:
> > By default the audio is recorded as PCM 44kHz 16 bit stero WAV which huge 10
> > secs = 1.5 MB
> >
> > I can use compress this in Word by right clicking the audio icon > Sound
> > recorder document object > Edit > file > properties > playback format >
> > convert now > select MPEG layer 3 > 16 kBpsec 8kHz mono > Ok . and then I end
> > up with a 21 k file that is fine for the audio comment.
> >
> > VBA to record the sound is:
> >
> > Sub recordSound()
> > Selection.InlineShapes.AddOLEObject ClassType:="SoundRec", FileName:="", _
> > LinkToFile:=False, DisplayAsIcon:=False
> > End Sub
> >
> > thanks in advance for any assistance
> > Peter Evans
> >
> >
> >
> >
> >