Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 9
Default Your thoughts on Excel 2003 to Excel 2007

Hi all,

Can you share some thought with me on the migration from Excel 2003 to
Excel 2007? Are there any instances of deprecated functions/ objects? Or
Is it 100% compatible Excel 2003?

Thanks,

Ben
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 53
Default Your thoughts on Excel 2003 to Excel 2007

I had a couple of problem areas that required re-coding to resolve.

First had to do with conditional formatting. In 2003 it was no problem when
my code made it possible to copy a cell with conditional formatting multiple
times to the same location. In 2007, it became completely unworkable. In
2007 the "feature" of copying conditional formatting causes the conditions to
simply be ADDED to the destination cell existing cf conditions. Intuitively
everyone seems to think it should REPLACE, but it just ain't so. Weird
things start to happen when you pile more and more conditions on top of a
single cell.

Second is the increased size limit of rows and columns and how that impacts
the speed of calculation. I've seen many reports of files that worked great
with 2003, and because of this issue, they slow down enough to cause big
headaches. If your code causes changes to cells that would trigger a
recalculation, then you'll want to set calculation mode to manual, and
explicitly perform the calculate action just when you need it. Takes a
little more thinking about where your code is drawing on calculated values
and whether they need to change in response to other steps.

Those are the main ones I know of, but I believe there are others as well.
Someone else can pitch in with what they know.

"Ben" wrote:

Hi all,

Can you share some thought with me on the migration from Excel 2003 to
Excel 2007? Are there any instances of deprecated functions/ objects? Or
Is it 100% compatible Excel 2003?

Thanks,

Ben

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 230
Default Your thoughts on Excel 2003 to Excel 2007

Ben wrote:
Hi all,

Can you share some thought with me on the migration from Excel 2003 to
Excel 2007? Are there any instances of deprecated functions/ objects? Or
Is it 100% compatible Excel 2003?


See all the previous threads on the extent of MFUs in Excel2007.

I still do not recommend "upgrading" to it *unless* there is some
critical essential benefit for your organisation. The biggest disaster
area is graphical objects and charts which are glacially slow.

XL2003 is robust stable and quick enough to be useful. XL2007 is none of
these things. It is getting better - maybe after SP4 it will be OK...

Regards,
Martin Brown
  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 9
Default Your thoughts on Excel 2003 to Excel 2007

Thanks slarbie and Martin.

Ben

On 9/3/2009 4:19 PM, Ben wrote:
Hi all,

Can you share some thought with me on the migration from Excel 2003 to
Excel 2007? Are there any instances of deprecated functions/ objects? Or
Is it 100% compatible Excel 2003?

Thanks,

Ben


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
Excel 2007 versus Excel 2003 & Excel 97-2003 fully compatible Bumpersnesty Excel Worksheet Functions 0 April 26th 10 09:44 PM
Excel 2003 help doesn't work. I got both Excel 2003 and 2007 insta Kenneth Andersen Excel Discussion (Misc queries) 0 February 16th 10 10:44 AM
Excel 2007 Macro Help (Excel 2003 not working in 2007) Pman Excel Discussion (Misc queries) 4 May 29th 08 06:29 PM
Problem with Excel reports ::::Excel 2003 Migration To Excel 2007 shashank kulkarni Excel Programming 0 October 5th 07 10:26 AM
Data Import to Excel Issue with Excel 2007 and Excel 2003 on same Melsh Excel Discussion (Misc queries) 0 August 1st 07 09:32 PM


All times are GMT +1. The time now is 03:59 AM.

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

About Us

"It's about Microsoft Excel"