Locate and Save a WAV file from a received Email message

  • Thread starter Thread starter Guest
  • Start date Start date
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?
 
Depends; is the music file retrieved from a website or is it embedded into
the email?
If embedded see; http://www.howto-outlook.com/howto/saveembeddedpictures.htm
(it works for all attached and embedded objects; not just pictures)

If is is being retrieved from a website you'll have to find the link in the
message source;
right click in the message-> View Source
 
I am getting a Run Time Error on this line,
"Set MyOlApplication = CreateObject("Outlook.Application")"

any ideas?

thanks,
ken
 
What is the full error?
Which version of Outlook are you using? Help-> About
 
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
 
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
 
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.
 
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

Back
Top