View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.programming
Jim Thomlinson Jim Thomlinson is offline
external usenet poster
 
Posts: 5,939
Default Affect on macros when upgrading from Office 2000 to 2003.

The only issue that I know of specifically is with code for pivot tables. The
Pivot Table engine changed in 2002 and the code along with it. If you are
coding against pivots then you will have to do so re-writing. Otherwise there
will be very few (if any) issues... Issues will consist usually with things
like alerts poping up or such in 2003 that were not present in 2000.
--
HTH...

Jim Thomlinson


"Annette" wrote:

We are upgrading from Office 2000 to 2003. We have created spreadsheets and
forms with very complex macros and would like to know if the macros will be
perserved in the upgrade process or if they will be wiped out.