Excel - excel 2007 - excel 2003

Asked By Croc
05-Jun-07 03:51 AM
Dear All,

i am using excel 2007. but when i noticed that i cannot save the files as
DBF, i decided to go back to 2003. when i installed ONLY excel 2003 from the
2003 CD, it worked and opened all the excel sheets in 2003. all the rest like
access, word outlook was still operating well in 2007...
until office 2007, like 30 minutes later, started "office 2007
configuration", so it removed excel 2003, and reopened all excel sheets in
2007.

is there a way to keep excel in 2003, while the rest are in 2007??

i am done with my access application in 2007 in no time because of the great
user interface and i like using outlook and word in 2007, i dont wanna lose
it...

so any help would be appreciated

Thank you
--
Croco
  Bob Phillips replied...
05-Jun-07 04:34 AM
Just uninstall Excel 2007 and  install Excel 2003, should be no problem. I
have both on my machine without any difficulty.

--
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my addy)
  Croc replied...
05-Jun-07 05:34 AM
thank you Bob,

i posted the same question twice...

it worked.. thanks


--
Croco
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