Downloaded excel beta, now problems in existing version

mortgageman

Well-known Member
Joined
Jun 30, 2005
Messages
2,015
I downloaded the new excel beta, and now a charting app that I did for my daughter no longer works. No changes have been made since it last worked.

Here is the line that debug says is the problem:

CurrentChart.Export Filename:=Fname, Filtername:="GIF"





This is the section that the above line is in:

'Write graph to a file and then read it into the UF image
Set CurrentChart = Sheets("Sheet1").ChartObjects(Sheets("Sheet1").ChartObjects.count).Chart
Fname = ThisWorkbook.Path & "\temp.gif"
CurrentChart.Export Filename:=Fname, Filtername:="GIF"
Image1.Visible = True
Image1.Picture = LoadPicture(Fname)
End Sub


HELP!!!!

Gene, "The Mortgage Man", Klein
 

Excel Facts

Did you know Excel offers Filter by Selection?
Add the AutoFilter icon to the Quick Access Toolbar. Select a cell containing Apple, click AutoFilter, and you will get all rows with Apple
** bump **

I know it is the fact that I downloaded the beta - I ran the same spreadsheet on a computer in my home that I did not download the beta and it ran fine. BTW It does not run on my computer when I bring up the OLD EXCEL. (It also doesn't run on EXCEL beta - but that is for another time)

Gene, "The Mortgage Man", Klein
 
Upvote 0

Forum statistics

Threads
1,214,787
Messages
6,121,558
Members
449,038
Latest member
Guest1337

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top