Excel - Excel 2007 & Excel 2003 sharing server

Asked By Velcroma
04-May-07 01:10 AM
How do I stop 2003 spreadsheets automatically opening in Excel 2007??

I currently run a Win 2003 server with Office 2003 installed.i have recently
installed Office  2007 .
I need spreadsheets created in Excel 2003 to be opened (by default) with
Excel 2003.
At the moment if I double click on a spreadsheet ANY spreasheet Excel 2007
opens it.

I have tried changing the file association using the administrators login
however this did not work.
  Dave Peterson replied...
04-May-07 09:06 AM
Untested--I don't have xl2007 and xl2003 on the same pc.

I'd try reregistering xl2003.

Close excel
windows start button|Run

My thought is that xl2003 will take back the .xls extension, but leave the newer
extensions alone.

You'll want to test both the new and old extensions to see if it breaks
anything.


--

Dave Peterson
Create New Account
help
Excel Win7 VirtualStore Weirdness with Excel 2002 and earlier I thought I'd share a weird experience I had today in installer for it - - which registers it as an add-in for all installed versions of Excel - - and tested it. Fine in Windows 2000 in all installed versions of Excel. Boot to Windows XP, fine there too. Boot to Windows 7. Fine in Excel 2010, 2007, and 2003. But Excel 2002 and 2000 were still loading the old version of the add-in. I uninstalled the add-in, made sure it was gone, and reinstalled it. Same problem in Excel 2002 and earlier; still works fine in Excel 2003 and later. I opened the VB editor in Excel 2003 and in Excel 2002
charset = "iso-8859-1" Content-Transfer-Encoding: quoted-printable I Googled for hours looking for Excel save as and activesync problems = before I posted here. The file on the PC is directly regarding issues. Cris, I just noticed that the Save As on the phone is Excel 97 / 2000 and = not even a 2003 version. On my workstation, I saved it as "Microsoft = Excel 97- Excel 2003 & 5.0 / 95 Workbook" before I synced to the phone. I guess I answered your own risk.* * Gregg I have a WM6 device as well, Just created a new Excel Spreadsheet, = File> Save As Only option is Excel 97-2003 format Not real sure what the issue might be - - = 20 Cris Hanna [SBS it and ActiveSync works great for Exchange = stuff, = 20 but I have a problem with Excel files. I have a spreadsheet for my = mileage = 20 that is in Excel 2003 format. I used to use it with my ancient = Palm m130 and = 20 Dataviz
Excel 32 bit DLL with 64 bit Excel 2010 We have an app which creates large Excel workbooks. For example, one workbook has 1, 000 worksheets. In other cases there are fewer worksheets but the Excel file can be 80 MB or larger. Since this sometimes crashes Excel 2007 and 2003, I am considering using 64 bit Excel 2010. Would 64-bit Excel be more reliable with workbooks this size than 32-bit Excel? Is 32-bit Excel 2010 any more (or less) reliable with large workbooks than Excel
Excel Pb de recalcul Bonjour, J'ai un problème de recalcul de ma feuille excel. J'importe une colonne qui se retrouve en texte 0000 0000 0000 0000 FFF0 7FFF 426a74cc@news.free.fr. . . Bonjour, J'ai un probl?me de recalcul de ma feuille excel. J'importe une colonne qui se retrouve en texte 0000 0000 0000 0000 FFF0 7FFF e ou Bonjour, D??butons par une petite explication : Auparavant sous les versions ant??rieures ?? Excel 2007, si les 2 macros compl??mentaires ("utilitaire d'analyse" ou titre d'exemple directement est diff??rente, certains pourraient bien ??prouver des difficult??s. Tous (ou presque) savent qu'Excel sous les versions pr??c??dentes ?? Excel 2007, ne fait pas la traduction des fonctions d'une langue ?? l'autre lorsqu'elles le Fran??ais et l'anglais, mais il n'en est rien. Depuis la version Excel 2007, 39 fonctions de l'utilitaire d'analyse ont ??t?? int??gr??es directement aux fonctions natives d'Excel. Ceci est aussi vrai pour l'utilitaire d'analyse VBA (les m??mes fonctions que
Excel How to strore exact double from macro into Excel cell? I know this is "stoopid" because I am sure I have done this before I make it work using a macro, other than storing a formula into the cell? - -- -- Excel keeps track of 15 significant digits when you treat the entry as a number. VBA a2") End Function Sub doit2() Range("a4") = Range("a2") End Sub Enter the following in Excel: A1: 0.28 A2: = 0.28 + 2^-54 A3: = doit1() A4: (to be filled in by macro doit2) Execute the doit2() macro, then enter the following in Excel: B1: = A1-A2 = 0 (FALSE) B2: = A3-A4 = 0 (FALSE!) B3: = A2-A3 = 0 (TRUE different as intended, even though we cannot see that when formatting to 15 decimal places, Excel's conversion limit. The FALSE value of B2 demonstrates that function doit1 returns a different am using the latter only for this example to rule out discussions of differences between Excel and VBA, I hope.) Ostensibly, this has nothing to do with Excel's 15-significant-digit conversion limit. Unless. . . . Are you confirming my WAG, to wit: in