View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Jayson Wiser[_3_] Jayson Wiser[_3_] is offline
external usenet poster
 
Posts: 1
Default Changes to Excel 2007 VBA

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