what to do with vba codes when moving from Excel 2010 to 2016

lynnsong986

Board Regular
Joined
May 24, 2014
Messages
146
Hello, my company is finally moving from office 2010 to 2016...can someone please let me know how to handle the upgrading when it comes to all the codes residing in different workbooks including personal.xlsb and .xlam? Do I need to export everything then import them again or they will just work without me doing anything? I mean after the upgrading, do I need to re-create the personal.xlsb and all of my .xlam workbooks?

thanks so much in advance.
Lynn
 
Last edited:

Excel Facts

Format cells as date
Select range and press Ctrl+Shift+3 to format cells as date. (Shift 3 is the # sign which sort of looks like a small calendar).
I just moved my 2010 personal.xlsb file straight over. No issues. At this point I have a lot of experience moving vba functionality from 2010 to 2016. Most macros work without issue, but once in awhile you run into something that makes you have change the code to restore functionality. You don't need to mess around with your 2010 xlsm files unless testing under 2016 indicates a problem. The larger problem I've had is not with 2010 vba macros not working under 2016. Instead, the majority of the problems have been large performance hits with macros that do a lot of looping though cells. I have any number of macros that ran really fast in 2010 that ended up being horribly slow in 2016, so I had to re-code not because the macro didn't work, but to try to speed it back up to something acceptable to my user base.
 
Upvote 0

Forum statistics

Threads
1,214,918
Messages
6,122,252
Members
449,075
Latest member
staticfluids

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top