Locate and Save a WAV file from a received Email message

G

Guest

I received an Email message which plays very nice music while you read the
message. How do I find the WAV file and save it so I can add the music to my
WEB site?
 
G

Guest

I am getting a Run Time Error on this line,
"Set MyOlApplication = CreateObject("Outlook.Application")"

any ideas?

thanks,
ken
 
G

Guest

I am using Outlook 2003.

I receive
Run-Time Error '-2147024770 (8007007e)':
Automation error
The Specified module could not be found


I select debug and in the VB Editor a yellow right-arrow point at the line
"Set MyOlApplication = CreateObject("Outlook.Application")"

Thanks,
Ken
 
G

Guest

any ideas?

I am using Outlook 2003.

I receive
Run-Time Error '-2147024770 (8007007e)':
Automation error
The Specified module could not be found


I select debug and in the VB Editor a yellow right-arrow point at the line
"Set MyOlApplication = CreateObject("Outlook.Application")"

Thanks,
Ken
 
R

Roady [MVP]

Do you have a virus scanner that integrates with Outlook or does some sort
of script scanning? These are known sources of preventing VBA code to run
correctly.
 
G

Guest

Yes, I run Norton. I turned off the Auto Protection of Norton and tried the
Macro again; I got the same error.

Thanks,
Ken
 

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