Saving embedded graphics

G

Guest

How do I save embedded animated graphics in Outlook 2003 emails in a format
other than .bmp? When I right click on the graphic and choose "save picture
as," .bmp is the only option. The graphic is an animated .gif and is NOT an
attachment.

Thanks.
 
M

Milly Staples [MVP - Outlook]

http://www.howto-outlook.com/howto/saveembeddedpictures.htm

--
Milly Staples [MVP - Outlook]

Post all replies to the group to keep the discussion intact. All
unsolicited mail sent to my personal account will be deleted without
reading.

After furious head scratching, CajunClicker asked:

| How do I save embedded animated graphics in Outlook 2003 emails in a
| format other than .bmp? When I right click on the graphic and choose
| "save picture as," .bmp is the only option. The graphic is an
| animated .gif and is NOT an attachment.
|
| Thanks.
 
G

Guest

Thank you for the link. I followed all the instructions and got the macro
set up and enabled, got it on my toolbar, but when I click on it, absolutely
nothing happens. I have been over and over the tutorial. I cut and pasted
into VB as instructed and changed macro settings to medium. I clicked Yes to
save the macro, and I clicked Enable Macros to enable macros in the session.
Nothing appears on my desktop and I don't get any pause as though something
is going on at all. What might I be doing wrong? I'm using Windows XP Home
with Outlook 2003.

Thanks.
 
S

Sue Mosher [MVP-Outlook]

You must restart Outlook after you change macro security settings. See http://www.outlookcode.com/d/vbabasics.htm

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003

and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers


CajunClicker said:
Thank you for the link. I followed all the instructions and got the macro
set up and enabled, got it on my toolbar, but when I click on it, absolutely
nothing happens. I have been over and over the tutorial. I cut and pasted
into VB as instructed and changed macro settings to medium. I clicked Yes to
save the macro, and I clicked Enable Macros to enable macros in the session.
Nothing appears on my desktop and I don't get any pause as though something
is going on at all. What might I be doing wrong? I'm using Windows XP Home
with Outlook 2003.

Thanks.

Milly Staples said:
http://www.howto-outlook.com/howto/saveembeddedpictures.htm

--Â
Milly Staples [MVP - Outlook]

Post all replies to the group to keep the discussion intact. All
unsolicited mail sent to my personal account will be deleted without
reading.

After furious head scratching, CajunClicker asked:

| How do I save embedded animated graphics in Outlook 2003 emails in a
| format other than .bmp? When I right click on the graphic and choose
| "save picture as," .bmp is the only option. The graphic is an
| animated .gif and is NOT an attachment.
|
| Thanks.
 
G

Guest

I did that. More than once. And I selected the option to enable macros each
time. I also deleted the Save Attachments button from the toolbar and set it
up again. The Save Attachments macro is in the Commands window under the
Macros category.

Thanks.

Sue Mosher said:
You must restart Outlook after you change macro security settings. See http://www.outlookcode.com/d/vbabasics.htm

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003

and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers


CajunClicker said:
Thank you for the link. I followed all the instructions and got the macro
set up and enabled, got it on my toolbar, but when I click on it, absolutely
nothing happens. I have been over and over the tutorial. I cut and pasted
into VB as instructed and changed macro settings to medium. I clicked Yes to
save the macro, and I clicked Enable Macros to enable macros in the session.
Nothing appears on my desktop and I don't get any pause as though something
is going on at all. What might I be doing wrong? I'm using Windows XP Home
with Outlook 2003.

Thanks.

Milly Staples said:
http://www.howto-outlook.com/howto/saveembeddedpictures.htm

--Â
Milly Staples [MVP - Outlook]

Post all replies to the group to keep the discussion intact. All
unsolicited mail sent to my personal account will be deleted without
reading.

After furious head scratching, CajunClicker asked:

| How do I save embedded animated graphics in Outlook 2003 emails in a
| format other than .bmp? When I right click on the graphic and choose
| "save picture as," .bmp is the only option. The graphic is an
| animated .gif and is NOT an attachment.
|
| Thanks.
 
S

Sue Mosher [MVP-Outlook]

But did Outlook shut down completely before you restarted? Check in Task Manager (ctrl+alt+del).

Also, you can see if *any* VBA code runs at all, like maybe this one:

Sub Hello()
MsgBox "Hello World!"
End Sub

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003

and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers


CajunClicker said:
I did that. More than once. And I selected the option to enable macros each
time. I also deleted the Save Attachments button from the toolbar and set it
up again. The Save Attachments macro is in the Commands window under the
Macros category.

Thanks.

Sue Mosher said:
You must restart Outlook after you change macro security settings. See http://www.outlookcode.com/d/vbabasics.htm


CajunClicker said:
Thank you for the link. I followed all the instructions and got the macro
set up and enabled, got it on my toolbar, but when I click on it, absolutely
nothing happens. I have been over and over the tutorial. I cut and pasted
into VB as instructed and changed macro settings to medium. I clicked Yes to
save the macro, and I clicked Enable Macros to enable macros in the session.
Nothing appears on my desktop and I don't get any pause as though something
is going on at all. What might I be doing wrong? I'm using Windows XP Home
with Outlook 2003.

Thanks.

:

http://www.howto-outlook.com/howto/saveembeddedpictures.htm

--Â
Milly Staples [MVP - Outlook]

Post all replies to the group to keep the discussion intact. All
unsolicited mail sent to my personal account will be deleted without
reading.

After furious head scratching, CajunClicker asked:

| How do I save embedded animated graphics in Outlook 2003 emails in a
| format other than .bmp? When I right click on the graphic and choose
| "save picture as," .bmp is the only option. The graphic is an
| animated .gif and is NOT an attachment.
|
| Thanks.
 
G

Guest

I got it. Thanks! : )

Sue Mosher said:
But did Outlook shut down completely before you restarted? Check in Task Manager (ctrl+alt+del).

Also, you can see if *any* VBA code runs at all, like maybe this one:

Sub Hello()
MsgBox "Hello World!"
End Sub

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003

and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers


CajunClicker said:
I did that. More than once. And I selected the option to enable macros each
time. I also deleted the Save Attachments button from the toolbar and set it
up again. The Save Attachments macro is in the Commands window under the
Macros category.

Thanks.

Sue Mosher said:
You must restart Outlook after you change macro security settings. See http://www.outlookcode.com/d/vbabasics.htm


Thank you for the link. I followed all the instructions and got the macro
set up and enabled, got it on my toolbar, but when I click on it, absolutely
nothing happens. I have been over and over the tutorial. I cut and pasted
into VB as instructed and changed macro settings to medium. I clicked Yes to
save the macro, and I clicked Enable Macros to enable macros in the session.
Nothing appears on my desktop and I don't get any pause as though something
is going on at all. What might I be doing wrong? I'm using Windows XP Home
with Outlook 2003.

Thanks.

:

http://www.howto-outlook.com/howto/saveembeddedpictures.htm

--Â
Milly Staples [MVP - Outlook]

Post all replies to the group to keep the discussion intact. All
unsolicited mail sent to my personal account will be deleted without
reading.

After furious head scratching, CajunClicker asked:

| How do I save embedded animated graphics in Outlook 2003 emails in a
| format other than .bmp? When I right click on the graphic and choose
| "save picture as," .bmp is the only option. The graphic is an
| animated .gif and is NOT an attachment.
|
| Thanks.
 
G

Guest

Can I change the code so that it will save it to My Documents>My Pictures
instead of the desktop?
 

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