From: Peter on
I am recording short (< 60 secs) snipets of sound using Sound Recorder under
control of Word VBA using the following

Public Sub recordSound()
Selection.InlineShapes.AddOLEObject ClassType:="SoundRec", FileName:="",
LinkToFile:=False, DisplayAsIcon:=False
End Sub

All is OK most of the time but on some machines I get a message that says
"Unable to load package" (or something like that ... I have never seeh it but
2 people have reported this). Does anyone know what might be causing this? I
think both occurances were under Word 2007 on Vista.

Peter