PC Review


Reply
Thread Tools Rate Thread

Export chart to GIF no longer works after installing Excel 2007b2

 
 
=?Utf-8?B?RXhjZWxGYW4=?=
Guest
Posts: n/a
 
      18th Sep 2006
I've used the following Visual Basic code in Excel 2000 to export a chart to
GIF. However, after installing Excel 2007b2 I now get errors (method of
export failed) when using the same old code in Excel 2000 and cannot export.
Does anybody know if something has changed?

ActiveSheet.ChartObjects(1).Activate
ActiveChart.Export Filename:="C:\Documents and Settings\user\My
Documents\mychart.gif", filtername:="gif"
 
Reply With Quote
 
 
 
 
Tushar Mehta
Guest
Posts: n/a
 
      19th Sep 2006
In article <437CC93C-BE02-4461-ADF9-(E-Mail Removed)>,
(E-Mail Removed) says...
> I've used the following Visual Basic code in Excel 2000 to export a chart to
> GIF. However, after installing Excel 2007b2 I now get errors (method of
> export failed) when using the same old code in Excel 2000 and cannot export.
> Does anybody know if something has changed?
>
> ActiveSheet.ChartObjects(1).Activate
> ActiveChart.Export Filename:="C:\Documents and Settings\user\My
> Documents\mychart.gif", filtername:="gif"
>

Maybe, installing 2007 Beta2 removed the filter needed to export as a GIF?

--
Regards,

Tushar Mehta
www.tushar-mehta.com
Excel, PowerPoint, and VBA add-ins, tutorials
Custom MS Office productivity solutions
 
Reply With Quote
 
=?Utf-8?B?RXhjZWxGYW4=?=
Guest
Posts: n/a
 
      19th Sep 2006
Tushar, thank you for your response.
If the GIF filter was somehow removed by the install of Excel 2007b2, do you
think reinstalling Excel 2000 would be a reasonable fix?

BTW - I believe you helped me with a charting issue many years ago and I'd
just like to thank you for taking the time to help me and the Excel community.


"Tushar Mehta" wrote:

> In article <437CC93C-BE02-4461-ADF9-(E-Mail Removed)>,
> (E-Mail Removed) says...
> > I've used the following Visual Basic code in Excel 2000 to export a chart to
> > GIF. However, after installing Excel 2007b2 I now get errors (method of
> > export failed) when using the same old code in Excel 2000 and cannot export.
> > Does anybody know if something has changed?
> >
> > ActiveSheet.ChartObjects(1).Activate
> > ActiveChart.Export Filename:="C:\Documents and Settings\user\My
> > Documents\mychart.gif", filtername:="gif"
> >

> Maybe, installing 2007 Beta2 removed the filter needed to export as a GIF?
>
> --
> Regards,
>
> Tushar Mehta
> www.tushar-mehta.com
> Excel, PowerPoint, and VBA add-ins, tutorials
> Custom MS Office productivity solutions
>

 
Reply With Quote
 
Tushar Mehta
Guest
Posts: n/a
 
      19th Sep 2006
In article <5DB5C612-915B-4F63-8F76-(E-Mail Removed)>,
(E-Mail Removed) says...
> Tushar, thank you for your response.
> If the GIF filter was somehow removed by the install of Excel 2007b2, do you
> think reinstalling Excel 2000 would be a reasonable fix?
>

I don't know if reinstalling XL2000 will cure that problem w/o introducing
other problems. In my case, I tend to install beta products on a separate
machine altogether or at least in a separate instance of Virtual PC.

In general, when installing multiple versions of a product, I tend to
install oldest first. But, all bets are off when it comes to a beta
version.

> BTW - I believe you helped me with a charting issue many years ago and I'd
> just like to thank you for taking the time to help me and the Excel community.
>

You are welcome.

--
Regards,

Tushar Mehta
www.tushar-mehta.com
Excel, PowerPoint, and VBA add-ins, tutorials
Custom MS Office productivity solutions

In article <5DB5C612-915B-4F63-8F76-(E-Mail Removed)>,
(E-Mail Removed) says...
> Tushar, thank you for your response.
> If the GIF filter was somehow removed by the install of Excel 2007b2, do you
> think reinstalling Excel 2000 would be a reasonable fix?
>
> BTW - I believe you helped me with a charting issue many years ago and I'd
> just like to thank you for taking the time to help me and the Excel community.
>
>
> "Tushar Mehta" wrote:
>
> > In article <437CC93C-BE02-4461-ADF9-(E-Mail Removed)>,
> > (E-Mail Removed) says...
> > > I've used the following Visual Basic code in Excel 2000 to export a chart to
> > > GIF. However, after installing Excel 2007b2 I now get errors (method of
> > > export failed) when using the same old code in Excel 2000 and cannot export.
> > > Does anybody know if something has changed?
> > >
> > > ActiveSheet.ChartObjects(1).Activate
> > > ActiveChart.Export Filename:="C:\Documents and Settings\user\My
> > > Documents\mychart.gif", filtername:="gif"
> > >

> > Maybe, installing 2007 Beta2 removed the filter needed to export as a GIF?
> >
> > --
> > Regards,
> >
> > Tushar Mehta
> > www.tushar-mehta.com
> > Excel, PowerPoint, and VBA add-ins, tutorials
> > Custom MS Office productivity solutions
> >

>

 
Reply With Quote
 
Jon Peltier
Guest
Posts: n/a
 
      19th Sep 2006
I noticed this problem on one of my computers. The filters in the Microsoft
Shared folder are all newer than Office 2003, dated in 2006. Except for the
TIFF filter, which is still dated 2000, and the export to TIFF still works.
I tried to reinstall Office 2003's filters, but apparently it checks the
file date stamp prior to overwriting, and the files didn't change. I didn't
yet try deleting the filters then reinstalling.

- Jon
-------
Jon Peltier, Microsoft Excel MVP
Tutorials and Custom Solutions
http://PeltierTech.com
_______


"ExcelFan" <(E-Mail Removed)> wrote in message
news:5DB5C612-915B-4F63-8F76-(E-Mail Removed)...
> Tushar, thank you for your response.
> If the GIF filter was somehow removed by the install of Excel 2007b2, do
> you
> think reinstalling Excel 2000 would be a reasonable fix?
>
> BTW - I believe you helped me with a charting issue many years ago and I'd
> just like to thank you for taking the time to help me and the Excel
> community.
>
>
> "Tushar Mehta" wrote:
>
>> In article <437CC93C-BE02-4461-ADF9-(E-Mail Removed)>,
>> (E-Mail Removed) says...
>> > I've used the following Visual Basic code in Excel 2000 to export a
>> > chart to
>> > GIF. However, after installing Excel 2007b2 I now get errors (method
>> > of
>> > export failed) when using the same old code in Excel 2000 and cannot
>> > export.
>> > Does anybody know if something has changed?
>> >
>> > ActiveSheet.ChartObjects(1).Activate
>> > ActiveChart.Export Filename:="C:\Documents and Settings\user\My
>> > Documents\mychart.gif", filtername:="gif"
>> >

>> Maybe, installing 2007 Beta2 removed the filter needed to export as a
>> GIF?
>>
>> --
>> Regards,
>>
>> Tushar Mehta
>> www.tushar-mehta.com
>> Excel, PowerPoint, and VBA add-ins, tutorials
>> Custom MS Office productivity solutions
>>



 
Reply With Quote
 
=?Utf-8?B?RXhjZWxGYW4=?=
Guest
Posts: n/a
 
      19th Sep 2006
Jon,
Thank you very much for your insight. It sounds like you're onto something
and I would very much want to give a try at reverting back to the old GIF
filter. However, I must confess, I don't know the location of the shared
folder, nor the name of the gif filter. Can you help?

--
Regards,
Pete

"Jon Peltier" wrote:

> I noticed this problem on one of my computers. The filters in the Microsoft
> Shared folder are all newer than Office 2003, dated in 2006. Except for the
> TIFF filter, which is still dated 2000, and the export to TIFF still works.
> I tried to reinstall Office 2003's filters, but apparently it checks the
> file date stamp prior to overwriting, and the files didn't change. I didn't
> yet try deleting the filters then reinstalling.
>
> - Jon
> -------
> Jon Peltier, Microsoft Excel MVP
> Tutorials and Custom Solutions
> http://PeltierTech.com
> _______
>
>
> "ExcelFan" <(E-Mail Removed)> wrote in message
> news:5DB5C612-915B-4F63-8F76-(E-Mail Removed)...
> > Tushar, thank you for your response.
> > If the GIF filter was somehow removed by the install of Excel 2007b2, do
> > you
> > think reinstalling Excel 2000 would be a reasonable fix?
> >
> > BTW - I believe you helped me with a charting issue many years ago and I'd
> > just like to thank you for taking the time to help me and the Excel
> > community.
> >
> >
> > "Tushar Mehta" wrote:
> >
> >> In article <437CC93C-BE02-4461-ADF9-(E-Mail Removed)>,
> >> (E-Mail Removed) says...
> >> > I've used the following Visual Basic code in Excel 2000 to export a
> >> > chart to
> >> > GIF. However, after installing Excel 2007b2 I now get errors (method
> >> > of
> >> > export failed) when using the same old code in Excel 2000 and cannot
> >> > export.
> >> > Does anybody know if something has changed?
> >> >
> >> > ActiveSheet.ChartObjects(1).Activate
> >> > ActiveChart.Export Filename:="C:\Documents and Settings\user\My
> >> > Documents\mychart.gif", filtername:="gif"
> >> >
> >> Maybe, installing 2007 Beta2 removed the filter needed to export as a
> >> GIF?
> >>
> >> --
> >> Regards,
> >>
> >> Tushar Mehta
> >> www.tushar-mehta.com
> >> Excel, PowerPoint, and VBA add-ins, tutorials
> >> Custom MS Office productivity solutions
> >>

>
>
>

 
Reply With Quote
 
=?Utf-8?B?RXhjZWxGYW4=?=
Guest
Posts: n/a
 
      19th Sep 2006
Jon,
I did some further digging and was able to find a solution. I'll include my
solution just in case it might help someone in the community...

Microsoft shared files are located here... C:\Program Files\Common
Files\Microsoft Shared\Grphflt

I simply took an Excel 2000 version of the gif filter (GIFIMP32.FLT) from
another computer and copied it to the above-mentioned directory, thereby
replacing what was an Excel 2007 version of the gif filter.

Now exporting gif's in Excel 2000 is as it has always been, flawless.
I thank you for your help. I couldn't have done it without you.

--
Regards,
Pete


"Jon Peltier" wrote:

> I noticed this problem on one of my computers. The filters in the Microsoft
> Shared folder are all newer than Office 2003, dated in 2006. Except for the
> TIFF filter, which is still dated 2000, and the export to TIFF still works.
> I tried to reinstall Office 2003's filters, but apparently it checks the
> file date stamp prior to overwriting, and the files didn't change. I didn't
> yet try deleting the filters then reinstalling.
>
> - Jon
> -------
> Jon Peltier, Microsoft Excel MVP
> Tutorials and Custom Solutions
> http://PeltierTech.com
> _______
>
>
> "ExcelFan" <(E-Mail Removed)> wrote in message
> news:5DB5C612-915B-4F63-8F76-(E-Mail Removed)...
> > Tushar, thank you for your response.
> > If the GIF filter was somehow removed by the install of Excel 2007b2, do
> > you
> > think reinstalling Excel 2000 would be a reasonable fix?
> >
> > BTW - I believe you helped me with a charting issue many years ago and I'd
> > just like to thank you for taking the time to help me and the Excel
> > community.
> >
> >
> > "Tushar Mehta" wrote:
> >
> >> In article <437CC93C-BE02-4461-ADF9-(E-Mail Removed)>,
> >> (E-Mail Removed) says...
> >> > I've used the following Visual Basic code in Excel 2000 to export a
> >> > chart to
> >> > GIF. However, after installing Excel 2007b2 I now get errors (method
> >> > of
> >> > export failed) when using the same old code in Excel 2000 and cannot
> >> > export.
> >> > Does anybody know if something has changed?
> >> >
> >> > ActiveSheet.ChartObjects(1).Activate
> >> > ActiveChart.Export Filename:="C:\Documents and Settings\user\My
> >> > Documents\mychart.gif", filtername:="gif"
> >> >
> >> Maybe, installing 2007 Beta2 removed the filter needed to export as a
> >> GIF?
> >>
> >> --
> >> Regards,
> >>
> >> Tushar Mehta
> >> www.tushar-mehta.com
> >> Excel, PowerPoint, and VBA add-ins, tutorials
> >> Custom MS Office productivity solutions
> >>

>
>
>

 
Reply With Quote
 
Jon Peltier
Guest
Posts: n/a
 
      19th Sep 2006
Pete -

Thanks for following up and sharing your experiences. Have you noticed any
ill effects on 2007?

- Jon
-------
Jon Peltier, Microsoft Excel MVP
Tutorials and Custom Solutions
http://PeltierTech.com
_______


"ExcelFan" <(E-Mail Removed)> wrote in message
news:3E8E7886-B3E4-426F-851A-(E-Mail Removed)...
> Jon,
> I did some further digging and was able to find a solution. I'll include
> my
> solution just in case it might help someone in the community...
>
> Microsoft shared files are located here... C:\Program Files\Common
> Files\Microsoft Shared\Grphflt
>
> I simply took an Excel 2000 version of the gif filter (GIFIMP32.FLT) from
> another computer and copied it to the above-mentioned directory, thereby
> replacing what was an Excel 2007 version of the gif filter.
>
> Now exporting gif's in Excel 2000 is as it has always been, flawless.
> I thank you for your help. I couldn't have done it without you.
>
> --
> Regards,
> Pete
>
>
> "Jon Peltier" wrote:
>
>> I noticed this problem on one of my computers. The filters in the
>> Microsoft
>> Shared folder are all newer than Office 2003, dated in 2006. Except for
>> the
>> TIFF filter, which is still dated 2000, and the export to TIFF still
>> works.
>> I tried to reinstall Office 2003's filters, but apparently it checks the
>> file date stamp prior to overwriting, and the files didn't change. I
>> didn't
>> yet try deleting the filters then reinstalling.
>>
>> - Jon
>> -------
>> Jon Peltier, Microsoft Excel MVP
>> Tutorials and Custom Solutions
>> http://PeltierTech.com
>> _______
>>
>>
>> "ExcelFan" <(E-Mail Removed)> wrote in message
>> news:5DB5C612-915B-4F63-8F76-(E-Mail Removed)...
>> > Tushar, thank you for your response.
>> > If the GIF filter was somehow removed by the install of Excel 2007b2,
>> > do
>> > you
>> > think reinstalling Excel 2000 would be a reasonable fix?
>> >
>> > BTW - I believe you helped me with a charting issue many years ago and
>> > I'd
>> > just like to thank you for taking the time to help me and the Excel
>> > community.
>> >
>> >
>> > "Tushar Mehta" wrote:
>> >
>> >> In article <437CC93C-BE02-4461-ADF9-(E-Mail Removed)>,
>> >> (E-Mail Removed) says...
>> >> > I've used the following Visual Basic code in Excel 2000 to export a
>> >> > chart to
>> >> > GIF. However, after installing Excel 2007b2 I now get errors
>> >> > (method
>> >> > of
>> >> > export failed) when using the same old code in Excel 2000 and cannot
>> >> > export.
>> >> > Does anybody know if something has changed?
>> >> >
>> >> > ActiveSheet.ChartObjects(1).Activate
>> >> > ActiveChart.Export Filename:="C:\Documents and Settings\user\My
>> >> > Documents\mychart.gif", filtername:="gif"
>> >> >
>> >> Maybe, installing 2007 Beta2 removed the filter needed to export as a
>> >> GIF?
>> >>
>> >> --
>> >> Regards,
>> >>
>> >> Tushar Mehta
>> >> www.tushar-mehta.com
>> >> Excel, PowerPoint, and VBA add-ins, tutorials
>> >> Custom MS Office productivity solutions
>> >>

>>
>>
>>



 
Reply With Quote
 
=?Utf-8?B?WGlhbkdX?=
Guest
Posts: n/a
 
      24th Oct 2006


"Jon Peltier" wrote:

> Pete -
>
> Thanks for following up and sharing your experiences. Have you noticed any
> ill effects on 2007?
>
> - Jon
> -------
> Jon Peltier, Microsoft Excel MVP
> Tutorials and Custom Solutions
> http://PeltierTech.com
> _______
>
>
> "ExcelFan" <(E-Mail Removed)> wrote in message
> news:3E8E7886-B3E4-426F-851A-(E-Mail Removed)...
> > Jon,
> > I did some further digging and was able to find a solution. I'll include
> > my
> > solution just in case it might help someone in the community...
> >
> > Microsoft shared files are located here... C:\Program Files\Common
> > Files\Microsoft Shared\Grphflt
> >
> > I simply took an Excel 2000 version of the gif filter (GIFIMP32.FLT) from
> > another computer and copied it to the above-mentioned directory, thereby
> > replacing what was an Excel 2007 version of the gif filter.
> >
> > Now exporting gif's in Excel 2000 is as it has always been, flawless.
> > I thank you for your help. I couldn't have done it without you.
> >
> > --
> > Regards,
> > Pete
> >
> >
> > "Jon Peltier" wrote:
> >
> >> I noticed this problem on one of my computers. The filters in the
> >> Microsoft
> >> Shared folder are all newer than Office 2003, dated in 2006. Except for
> >> the
> >> TIFF filter, which is still dated 2000, and the export to TIFF still
> >> works.
> >> I tried to reinstall Office 2003's filters, but apparently it checks the
> >> file date stamp prior to overwriting, and the files didn't change. I
> >> didn't
> >> yet try deleting the filters then reinstalling.
> >>
> >> - Jon
> >> -------
> >> Jon Peltier, Microsoft Excel MVP
> >> Tutorials and Custom Solutions
> >> http://PeltierTech.com
> >> _______
> >>
> >>
> >> "ExcelFan" <(E-Mail Removed)> wrote in message
> >> news:5DB5C612-915B-4F63-8F76-(E-Mail Removed)...
> >> > Tushar, thank you for your response.
> >> > If the GIF filter was somehow removed by the install of Excel 2007b2,
> >> > do
> >> > you
> >> > think reinstalling Excel 2000 would be a reasonable fix?
> >> >
> >> > BTW - I believe you helped me with a charting issue many years ago and
> >> > I'd
> >> > just like to thank you for taking the time to help me and the Excel
> >> > community.
> >> >
> >> >
> >> > "Tushar Mehta" wrote:
> >> >
> >> >> In article <437CC93C-BE02-4461-ADF9-(E-Mail Removed)>,
> >> >> (E-Mail Removed) says...
> >> >> > I've used the following Visual Basic code in Excel 2000 to export a
> >> >> > chart to
> >> >> > GIF. However, after installing Excel 2007b2 I now get errors
> >> >> > (method
> >> >> > of
> >> >> > export failed) when using the same old code in Excel 2000 and cannot
> >> >> > export.
> >> >> > Does anybody know if something has changed?
> >> >> >
> >> >> > ActiveSheet.ChartObjects(1).Activate
> >> >> > ActiveChart.Export Filename:="C:\Documents and Settings\user\My
> >> >> > Documents\mychart.gif", filtername:="gif"
> >> >> >
> >> >> Maybe, installing 2007 Beta2 removed the filter needed to export as a
> >> >> GIF?
> >> >>
> >> >> --
> >> >> Regards,
> >> >>
> >> >> Tushar Mehta
> >> >> www.tushar-mehta.com
> >> >> Excel, PowerPoint, and VBA add-ins, tutorials
> >> >> Custom MS Office productivity solutions
> >> >>
> >>
> >>
> >>

>
>
>

 
Reply With Quote
 
=?Utf-8?B?WGlhbkdX?=
Guest
Posts: n/a
 
      24th Oct 2006
That has not removed the problem for me, any further thoughts?

"Jon Peltier" wrote:

> Pete -
>
> Thanks for following up and sharing your experiences. Have you noticed any
> ill effects on 2007?
>
> - Jon
> -------
> Jon Peltier, Microsoft Excel MVP
> Tutorials and Custom Solutions
> http://PeltierTech.com
> _______
>
>
> "ExcelFan" <(E-Mail Removed)> wrote in message
> news:3E8E7886-B3E4-426F-851A-(E-Mail Removed)...
> > Jon,
> > I did some further digging and was able to find a solution. I'll include
> > my
> > solution just in case it might help someone in the community...
> >
> > Microsoft shared files are located here... C:\Program Files\Common
> > Files\Microsoft Shared\Grphflt
> >
> > I simply took an Excel 2000 version of the gif filter (GIFIMP32.FLT) from
> > another computer and copied it to the above-mentioned directory, thereby
> > replacing what was an Excel 2007 version of the gif filter.
> >
> > Now exporting gif's in Excel 2000 is as it has always been, flawless.
> > I thank you for your help. I couldn't have done it without you.
> >
> > --
> > Regards,
> > Pete
> >
> >
> > "Jon Peltier" wrote:
> >
> >> I noticed this problem on one of my computers. The filters in the
> >> Microsoft
> >> Shared folder are all newer than Office 2003, dated in 2006. Except for
> >> the
> >> TIFF filter, which is still dated 2000, and the export to TIFF still
> >> works.
> >> I tried to reinstall Office 2003's filters, but apparently it checks the
> >> file date stamp prior to overwriting, and the files didn't change. I
> >> didn't
> >> yet try deleting the filters then reinstalling.
> >>
> >> - Jon
> >> -------
> >> Jon Peltier, Microsoft Excel MVP
> >> Tutorials and Custom Solutions
> >> http://PeltierTech.com
> >> _______
> >>
> >>
> >> "ExcelFan" <(E-Mail Removed)> wrote in message
> >> news:5DB5C612-915B-4F63-8F76-(E-Mail Removed)...
> >> > Tushar, thank you for your response.
> >> > If the GIF filter was somehow removed by the install of Excel 2007b2,
> >> > do
> >> > you
> >> > think reinstalling Excel 2000 would be a reasonable fix?
> >> >
> >> > BTW - I believe you helped me with a charting issue many years ago and
> >> > I'd
> >> > just like to thank you for taking the time to help me and the Excel
> >> > community.
> >> >
> >> >
> >> > "Tushar Mehta" wrote:
> >> >
> >> >> In article <437CC93C-BE02-4461-ADF9-(E-Mail Removed)>,
> >> >> (E-Mail Removed) says...
> >> >> > I've used the following Visual Basic code in Excel 2000 to export a
> >> >> > chart to
> >> >> > GIF. However, after installing Excel 2007b2 I now get errors
> >> >> > (method
> >> >> > of
> >> >> > export failed) when using the same old code in Excel 2000 and cannot
> >> >> > export.
> >> >> > Does anybody know if something has changed?
> >> >> >
> >> >> > ActiveSheet.ChartObjects(1).Activate
> >> >> > ActiveChart.Export Filename:="C:\Documents and Settings\user\My
> >> >> > Documents\mychart.gif", filtername:="gif"
> >> >> >
> >> >> Maybe, installing 2007 Beta2 removed the filter needed to export as a
> >> >> GIF?
> >> >>
> >> >> --
> >> >> Regards,
> >> >>
> >> >> Tushar Mehta
> >> >> www.tushar-mehta.com
> >> >> Excel, PowerPoint, and VBA add-ins, tutorials
> >> >> Custom MS Office productivity solutions
> >> >>
> >>
> >>
> >>

>
>
>

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Pivot Table Chart no longer works with Office:MAC 2008 gw1500se Microsoft Excel Charting 4 1st Oct 2008 03:17 PM
Cicso VPN no longer works after installing latest update Mike Minor Windows XP Work Remotely 0 19th May 2005 03:53 PM
IE6 no longer works after installing SP2. =?Utf-8?B?Q29ubm9yQUI=?= Windows XP Internet Explorer 2 13th Jan 2005 06:33 PM
Export calendar in Outlook 2002 no longer works =?Utf-8?B?Qm91bGRlclJvbg==?= Microsoft Outlook Calendar 2 6th Dec 2004 03:07 AM
Shortcut to Home Drive no longer works after installing .NET 1.1 Karim Windows XP Networking 0 13th Sep 2003 08:28 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 11:55 PM.