Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I am compiling a summary sheet of changes to Excel VBA in Excel 2007 .
I've come across the post with the subject "Excel 2007 VBA versus excel 2003" and wondered if there were any other major points that needed to be covered. Example: the autoFilterMode property now works with worksheets. Each table object has its' own AutoFilter object. thanks, Harry |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Some things I have run into:
-The calculation structure seems to have changed, so previously fast code could run slower. -All Chart code must be redone. "Harry" wrote: I am compiling a summary sheet of changes to Excel VBA in Excel 2007 . I've come across the post with the subject "Excel 2007 VBA versus excel 2003" and wondered if there were any other major points that needed to be covered. Example: the autoFilterMode property now works with worksheets. Each table object has its' own AutoFilter object. thanks, Harry |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Also:
- Shapes have a different object model. - Formatting colors has changed considerably. - Pivot tables have changed. - 2003 List upgraded to 2007 Tables. - Conditional Formatting. Expanding on Jayson's post: - Charting does not need to be completely redone. However, the custom built-in chart types are gone from the UI and do not work reliably in VBA. The chart elements behave like the new shapes, so formatting is a total bear. Also, some things which used to work, and documentation gives no indication of changes, have changed, and you need to tweak the code, change the order of commands, include formerly optional arguments, etc. Plenty of work for us developers. - Jon ------- Jon Peltier, Microsoft Excel MVP Tutorials and Custom Solutions Peltier Technical Services, Inc. - http://PeltierTech.com _______ "Jayson Wiser" wrote in message ... Some things I have run into: -The calculation structure seems to have changed, so previously fast code could run slower. -All Chart code must be redone. "Harry" wrote: I am compiling a summary sheet of changes to Excel VBA in Excel 2007 . I've come across the post with the subject "Excel 2007 VBA versus excel 2003" and wondered if there were any other major points that needed to be covered. Example: the autoFilterMode property now works with worksheets. Each table object has its' own AutoFilter object. thanks, Harry |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Analysis Toolpack Issues in Excel 2007 (Office 2007 Enterprise) | Excel Discussion (Misc queries) | |||
Excel 2007 files not showing on screen when opened in Excel 2007 | Setting up and Configuration of Excel | |||
Conflict in excel 2007 with Outlook 2007 attachment excel | Excel Discussion (Misc queries) | |||
Labels: Unable to import all records Excel 2007 to Word 2007 Mailm | Excel Discussion (Misc queries) | |||
Excel 2007 Macro Help (Excel 2003 not working in 2007) | Excel Discussion (Misc queries) |