Is .xls sufficient for old format saves?

corquando

Board Regular
Joined
Jan 8, 2009
Messages
82
Hi, all.

I just got upgraded to MSOffice 2007 and mostly it's fine, with the usual bugs that come with such moves.

However, one of my duties is to upload an .xls file to a website for display. The last time I did this with 2003 it worked just fine, but the first time I did it w/ 2007 it did not. I manually re-saved the file as an Excel 97-2003 workbook and then it did upload OK.

He's a slice:
Code:
        Sheets("MySheet").Select
        Set WebsiteUpdate = ActiveWorkbook
        ActiveSheet.Copy
        Set MyBook = ActiveWorkbook
        With MyBook
            .SaveAs ("G:\Huge\Large\Medium\Particular\MYFILE.xls")
        End With

Is the ".xls" sufficient to ensure a 97-2003 format save? It appears not, so I'm wondering what would be the trick to ensure it still saves as the old file until the webmasters can upgrade their portals?

Thanks.
 

Excel Facts

How to change case of text in Excel?
Use =UPPER() for upper case, =LOWER() for lower case, and =PROPER() for proper case. PROPER won't capitalize second c in Mccartney

Forum statistics

Threads
1,221,310
Messages
6,159,173
Members
451,543
Latest member
cesymcox

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