Using Sound Recorder in Word VBA SOMETIMES does not work

P

Peter

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top