Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 23
Default Upgrading Add-Ins to Excel 2007 -- Compatibility & Bugs

I am starting to port the Spreadsheet Detective to Excel 2007 Beta 2,
and it has been a painful experience. For the first time since Excel
95, the new version will not simply run the previous add-in.

I had in fact kept the add-in compatible with Excel 95 & and simply
called newer functions as needed depending on the detected version. It
is a credit to Microsoft that I could do that easily for all these
years, although the then new drawing objects of Excel 97 required some
ugly optimizations to work efficiently.

But no more. I suspect that my use of the old XL95 drawing object
interface to shapes is problematic, as is the XL95 workbook format
which is supposed to be readable in 2007 and is sort of...

So I used Excel 2000 to convert the spreadsheets to the newer XL97 .xls
format. Works fine in Excel 97, 2000 & 2003, but 2007 complains that
the spreadsheet is hoplessly corrupted.

I am also highly suspicious that simply installing the 2007 Beta2 has
destabalized the preivous versions of Excel on the same machine. I
know about DLL hell, but this should still not happen.

Does anyone have similar experiences? How have other add-in upgrades
gone? (And this is all before worrying about the new sizes, ribbons
etc.)

Also, does anyone have a good utility to dump the VBA code out of a
project? (It is a pity that Excel 2003 .xml does not support this.)

Regards,

Anthony

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 968
Default Upgrading Add-Ins to Excel 2007 -- Compatibility & Bugs

I would suggest you wait for the Beta 2 Technical Refresh, which is supposed
to arrive very soon, this will fix a large number of bugs.
But even then you may face substantial rework because both the graphic layer
and EUI have been rewritten and there are a number of VBA and object model
incompatibilities.

If you install XL 2007 Beta on the same machine as previous versions there
will indeed be interactions (VBA6 runtime dll for instance).

regards
Charles
______________________
Decision Models
FastExcel 2.3 now available
Name Manager 4.0 now available
www.DecisionModels.com

"Anthony Berglas" wrote in message
ups.com...
I am starting to port the Spreadsheet Detective to Excel 2007 Beta 2,
and it has been a painful experience. For the first time since Excel
95, the new version will not simply run the previous add-in.

I had in fact kept the add-in compatible with Excel 95 & and simply
called newer functions as needed depending on the detected version. It
is a credit to Microsoft that I could do that easily for all these
years, although the then new drawing objects of Excel 97 required some
ugly optimizations to work efficiently.

But no more. I suspect that my use of the old XL95 drawing object
interface to shapes is problematic, as is the XL95 workbook format
which is supposed to be readable in 2007 and is sort of...

So I used Excel 2000 to convert the spreadsheets to the newer XL97 .xls
format. Works fine in Excel 97, 2000 & 2003, but 2007 complains that
the spreadsheet is hoplessly corrupted.

I am also highly suspicious that simply installing the 2007 Beta2 has
destabalized the preivous versions of Excel on the same machine. I
know about DLL hell, but this should still not happen.

Does anyone have similar experiences? How have other add-in upgrades
gone? (And this is all before worrying about the new sizes, ribbons
etc.)

Also, does anyone have a good utility to dump the VBA code out of a
project? (It is a pity that Excel 2003 .xml does not support this.)

Regards,

Anthony



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 23
Default Upgrading Add-Ins to Excel 2007 -- Compatibility & Bugs

Thanks Charles,

I would have hoped that by the Beta 2 they would have run through their
huge suite of regression tests, but apparantly not.

In my case 2007 did not corrupt the earlier versions, it was just a
normal .xls corruption producing strange results -- back ups are
important!

Regards,

Anthony

Charles Williams wrote:
I would suggest you wait for the Beta 2 Technical Refresh, which is supposed
to arrive very soon, this will fix a large number of bugs.
But even then you may face substantial rework because both the graphic layer
and EUI have been rewritten and there are a number of VBA and object model
incompatibilities.

If you install XL 2007 Beta on the same machine as previous versions there
will indeed be interactions (VBA6 runtime dll for instance).

regards
Charles
______________________
Decision Models
FastExcel 2.3 now available
Name Manager 4.0 now available
www.DecisionModels.com

"Anthony Berglas" wrote in message
ups.com...
I am starting to port the Spreadsheet Detective to Excel 2007 Beta 2,
and it has been a painful experience. For the first time since Excel
95, the new version will not simply run the previous add-in.

I had in fact kept the add-in compatible with Excel 95 & and simply
called newer functions as needed depending on the detected version. It
is a credit to Microsoft that I could do that easily for all these
years, although the then new drawing objects of Excel 97 required some
ugly optimizations to work efficiently.

But no more. I suspect that my use of the old XL95 drawing object
interface to shapes is problematic, as is the XL95 workbook format
which is supposed to be readable in 2007 and is sort of...

So I used Excel 2000 to convert the spreadsheets to the newer XL97 .xls
format. Works fine in Excel 97, 2000 & 2003, but 2007 complains that
the spreadsheet is hoplessly corrupted.

I am also highly suspicious that simply installing the 2007 Beta2 has
destabalized the preivous versions of Excel on the same machine. I
know about DLL hell, but this should still not happen.

Does anyone have similar experiences? How have other add-in upgrades
gone? (And this is all before worrying about the new sizes, ribbons
etc.)

Also, does anyone have a good utility to dump the VBA code out of a
project? (It is a pity that Excel 2003 .xml does not support this.)

Regards,

Anthony


  #4   Report Post  
Posted to microsoft.public.excel.programming
No Name
 
Posts: n/a
Default Upgrading Add-Ins to Excel 2007 -- Compatibility & Bugs

Hi Anthony,

Have you had a chance to give this a try on B2TR? If you have, and are
still having problems, it'd be great if you could send me a copy of the
add-in, along with details as to what is broken so that we can take a look.
Our goal is to have backwards-compatibility for solutions so if you are
seeing breaks, we definitely want to know.

If you can include:
- the addin itself
- detailed repro steps to see the error

....we'll have someone take a look. Also - we've only got a small window to
fix bugs at this point, so timeliness is paramount here.

Thanks much,
Dan
Excel Team


"Anthony Berglas" wrote in message
ups.com...
Thanks Charles,

I would have hoped that by the Beta 2 they would have run through their
huge suite of regression tests, but apparantly not.

In my case 2007 did not corrupt the earlier versions, it was just a
normal .xls corruption producing strange results -- back ups are
important!

Regards,

Anthony

Charles Williams wrote:
I would suggest you wait for the Beta 2 Technical Refresh, which is
supposed
to arrive very soon, this will fix a large number of bugs.
But even then you may face substantial rework because both the graphic
layer
and EUI have been rewritten and there are a number of VBA and object
model
incompatibilities.

If you install XL 2007 Beta on the same machine as previous versions
there
will indeed be interactions (VBA6 runtime dll for instance).

regards
Charles
______________________
Decision Models
FastExcel 2.3 now available
Name Manager 4.0 now available
www.DecisionModels.com

"Anthony Berglas" wrote in message
ups.com...
I am starting to port the Spreadsheet Detective to Excel 2007 Beta 2,
and it has been a painful experience. For the first time since Excel
95, the new version will not simply run the previous add-in.

I had in fact kept the add-in compatible with Excel 95 & and simply
called newer functions as needed depending on the detected version. It
is a credit to Microsoft that I could do that easily for all these
years, although the then new drawing objects of Excel 97 required some
ugly optimizations to work efficiently.

But no more. I suspect that my use of the old XL95 drawing object
interface to shapes is problematic, as is the XL95 workbook format
which is supposed to be readable in 2007 and is sort of...

So I used Excel 2000 to convert the spreadsheets to the newer XL97 .xls
format. Works fine in Excel 97, 2000 & 2003, but 2007 complains that
the spreadsheet is hoplessly corrupted.

I am also highly suspicious that simply installing the 2007 Beta2 has
destabalized the preivous versions of Excel on the same machine. I
know about DLL hell, but this should still not happen.

Does anyone have similar experiences? How have other add-in upgrades
gone? (And this is all before worrying about the new sizes, ribbons
etc.)

Also, does anyone have a good utility to dump the VBA code out of a
project? (It is a pity that Excel 2003 .xml does not support this.)

Regards,

Anthony



  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 837
Default Upgrading Add-Ins to Excel 2007 -- Compatibility & Bugs

In my case, B2TR refuses to open (claiming "corruption" or "virus") an .xla
that B2 would open and run (sort of), and which exhibits no problems
whatsoever in 2000, XP, or 2003

Jerry

" wrote:

Hi Anthony,

Have you had a chance to give this a try on B2TR? If you have, and are
still having problems, it'd be great if you could send me a copy of the
add-in, along with details as to what is broken so that we can take a look.
Our goal is to have backwards-compatibility for solutions so if you are
seeing breaks, we definitely want to know.

If you can include:
- the addin itself
- detailed repro steps to see the error

....we'll have someone take a look. Also - we've only got a small window to
fix bugs at this point, so timeliness is paramount here.

Thanks much,
Dan
Excel Team


"Anthony Berglas" wrote in message
ups.com...
Thanks Charles,

I would have hoped that by the Beta 2 they would have run through their
huge suite of regression tests, but apparantly not.

In my case 2007 did not corrupt the earlier versions, it was just a
normal .xls corruption producing strange results -- back ups are
important!

Regards,

Anthony

Charles Williams wrote:
I would suggest you wait for the Beta 2 Technical Refresh, which is
supposed
to arrive very soon, this will fix a large number of bugs.
But even then you may face substantial rework because both the graphic
layer
and EUI have been rewritten and there are a number of VBA and object
model
incompatibilities.

If you install XL 2007 Beta on the same machine as previous versions
there
will indeed be interactions (VBA6 runtime dll for instance).

regards
Charles
______________________
Decision Models
FastExcel 2.3 now available
Name Manager 4.0 now available
www.DecisionModels.com

"Anthony Berglas" wrote in message
ups.com...
I am starting to port the Spreadsheet Detective to Excel 2007 Beta 2,
and it has been a painful experience. For the first time since Excel
95, the new version will not simply run the previous add-in.

I had in fact kept the add-in compatible with Excel 95 & and simply
called newer functions as needed depending on the detected version. It
is a credit to Microsoft that I could do that easily for all these
years, although the then new drawing objects of Excel 97 required some
ugly optimizations to work efficiently.

But no more. I suspect that my use of the old XL95 drawing object
interface to shapes is problematic, as is the XL95 workbook format
which is supposed to be readable in 2007 and is sort of...

So I used Excel 2000 to convert the spreadsheets to the newer XL97 .xls
format. Works fine in Excel 97, 2000 & 2003, but 2007 complains that
the spreadsheet is hoplessly corrupted.

I am also highly suspicious that simply installing the 2007 Beta2 has
destabalized the preivous versions of Excel on the same machine. I
know about DLL hell, but this should still not happen.

Does anyone have similar experiences? How have other add-in upgrades
gone? (And this is all before worrying about the new sizes, ribbons
etc.)

Also, does anyone have a good utility to dump the VBA code out of a
project? (It is a pity that Excel 2003 .xml does not support this.)

Regards,

Anthony






  #6   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 968
Default Upgrading Add-Ins to Excel 2007 -- Compatibility & Bugs

disable Norton office plugin

--
Charles
______________________
Decision Models
FastExcel 2.3 now available
Name Manager 4.0 now available
www.DecisionModels.com

"Jerry W. Lewis" wrote in message
...
In my case, B2TR refuses to open (claiming "corruption" or "virus") an
.xla
that B2 would open and run (sort of), and which exhibits no problems
whatsoever in 2000, XP, or 2003

Jerry

" wrote:

Hi Anthony,

Have you had a chance to give this a try on B2TR? If you have, and are
still having problems, it'd be great if you could send me a copy of the
add-in, along with details as to what is broken so that we can take a
look.
Our goal is to have backwards-compatibility for solutions so if you are
seeing breaks, we definitely want to know.

If you can include:
- the addin itself
- detailed repro steps to see the error

....we'll have someone take a look. Also - we've only got a small window
to
fix bugs at this point, so timeliness is paramount here.

Thanks much,
Dan
Excel Team


"Anthony Berglas" wrote in message
ups.com...
Thanks Charles,

I would have hoped that by the Beta 2 they would have run through their
huge suite of regression tests, but apparantly not.

In my case 2007 did not corrupt the earlier versions, it was just a
normal .xls corruption producing strange results -- back ups are
important!

Regards,

Anthony

Charles Williams wrote:
I would suggest you wait for the Beta 2 Technical Refresh, which is
supposed
to arrive very soon, this will fix a large number of bugs.
But even then you may face substantial rework because both the graphic
layer
and EUI have been rewritten and there are a number of VBA and object
model
incompatibilities.

If you install XL 2007 Beta on the same machine as previous versions
there
will indeed be interactions (VBA6 runtime dll for instance).

regards
Charles
______________________
Decision Models
FastExcel 2.3 now available
Name Manager 4.0 now available
www.DecisionModels.com

"Anthony Berglas" wrote in message
ups.com...
I am starting to port the Spreadsheet Detective to Excel 2007 Beta 2,
and it has been a painful experience. For the first time since
Excel
95, the new version will not simply run the previous add-in.

I had in fact kept the add-in compatible with Excel 95 & and simply
called newer functions as needed depending on the detected version.
It
is a credit to Microsoft that I could do that easily for all these
years, although the then new drawing objects of Excel 97 required
some
ugly optimizations to work efficiently.

But no more. I suspect that my use of the old XL95 drawing object
interface to shapes is problematic, as is the XL95 workbook format
which is supposed to be readable in 2007 and is sort of...

So I used Excel 2000 to convert the spreadsheets to the newer XL97
.xls
format. Works fine in Excel 97, 2000 & 2003, but 2007 complains
that
the spreadsheet is hoplessly corrupted.

I am also highly suspicious that simply installing the 2007 Beta2
has
destabalized the preivous versions of Excel on the same machine. I
know about DLL hell, but this should still not happen.

Does anyone have similar experiences? How have other add-in
upgrades
gone? (And this is all before worrying about the new sizes, ribbons
etc.)

Also, does anyone have a good utility to dump the VBA code out of a
project? (It is a pity that Excel 2003 .xml does not support this.)

Regards,

Anthony






Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
bugs in microsoft exel 2007 tjatja Excel Discussion (Misc queries) 7 March 11th 10 02:21 AM
Excel 2007 runs slow after upgrading CPU from dual to quad core Huskymaniac Excel Discussion (Misc queries) 4 September 13th 09 10:43 PM
Problem upgrading to Excel 2007 Stef Excel Discussion (Misc queries) 7 July 13th 08 10:34 AM
Reporting several Bugs for Excel 2007 Beta 2 Sstar99 Excel Programming 3 September 21st 06 06:20 PM
Excel 2007 Beta - 30 bugs Andrew B Excel Discussion (Misc queries) 5 August 9th 06 10:25 AM


All times are GMT +1. The time now is 08:28 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"