+ Reply to Thread
Results 1 to 8 of 8

Excel 2010 vs. 2016?

Hybrid View

aquixano Excel 2010 vs. 2016? 07-31-2019, 08:20 AM
dotchiejack Re: Excel 2010 vs. 2016? 07-31-2019, 08:50 AM
romperstomper Re: Excel 2010 vs. 2016? 07-31-2019, 10:31 AM
aquixano Re: Excel 2010 vs. 2016? 07-31-2019, 08:52 AM
dotchiejack Re: Excel 2010 vs. 2016? 07-31-2019, 09:15 AM
dotchiejack Re: Excel 2010 vs. 2016? 07-31-2019, 10:43 AM
romperstomper Re: Excel 2010 vs. 2016? 07-31-2019, 10:44 AM
CK76 Re: Excel 2010 vs. 2016? 07-31-2019, 11:02 AM
  1. #1
    Forum Contributor
    Join Date
    09-21-2014
    Location
    Midwest USA
    MS-Off Ver
    2010
    Posts
    349

    Excel 2010 vs. 2016?

    I’m considering upgrading from Office 2010 to Office 2016. Over the years I’ve built a relatively extensive set of macros I use frequently, including a custom Ribbon Tab and a custom QAT. Has anyone had any problems with legacy macros not working / working properly with 2016? Actually I’m fine with 2010, but every once in a while I see some new functionality in 2016 that would be handy – as long as I don’t have to give up any existing 2010 functionality / redo any significant code.

    Anyone have any problems with forward compatibility when moving to 2016? Thanks – appreciate any thoughts.

  2. #2
    Valued Forum Contributor dotchiejack's Avatar
    Join Date
    05-21-2015
    Location
    Antwerp,Belgium
    MS-Off Ver
    2016
    Posts
    507

    Re: Excel 2010 vs. 2016?

    Hi,
    Upgrading from 2010 to 2016 should not cause any problems.
    However you should install the 2016 32bit version and NOT the 64bit version.
    The 64bit version is only needed if you are working with very large files. (+ 2GB) and the macros, code from 2010 will give error messages in a 2016 64bit office.
    (Even Microsoft doesn't recommend using the 64bit version)
    Windows 64 and Office64 are 2 completely different things.
    It is not the case that if you work with windows 64 you have to install the office 64.
    Click the * Add Reputation below to say thanks.

  3. #3
    Forum Expert romperstomper's Avatar
    Join Date
    08-13-2008
    Location
    England
    MS-Off Ver
    365, varying versions/builds
    Posts
    21,979

    Re: Excel 2010 vs. 2016?

    Quote Originally Posted by dotchiejack View Post
    and the macros, code from 2010 will give error messages in a 2016 64bit office.
    That's pretty misleading, in my opinion. The only things that should give you real problems are if you use API calls, which need a little rewriting, or ActiveX controls that aren't from the MSForms library, since there are rarely 64bit compatible versions available.
    Everyone who confuses correlation and causation ends up dead.

  4. #4
    Forum Contributor
    Join Date
    09-21-2014
    Location
    Midwest USA
    MS-Off Ver
    2010
    Posts
    349

    Re: Excel 2010 vs. 2016?

    Good to know - hadn't even thought about that part yet - thanks!

  5. #5
    Valued Forum Contributor dotchiejack's Avatar
    Join Date
    05-21-2015
    Location
    Antwerp,Belgium
    MS-Off Ver
    2016
    Posts
    507

    Re: Excel 2010 vs. 2016?

    Welcome, glad to help

  6. #6
    Valued Forum Contributor dotchiejack's Avatar
    Join Date
    05-21-2015
    Location
    Antwerp,Belgium
    MS-Off Ver
    2016
    Posts
    507

    Re: Excel 2010 vs. 2016?

    @ Roya,
    As far as I know, there is no 2010 64 bit and there is a very good chance that you will get errors if you use64 bit in 2016 with code from 2010. There is nothing misleading about that.

  7. #7
    Forum Expert romperstomper's Avatar
    Join Date
    08-13-2008
    Location
    England
    MS-Off Ver
    365, varying versions/builds
    Posts
    21,979

    Re: Excel 2010 vs. 2016?

    There is a 64bit version of 2010, but that doesn't make a difference. Regular code should work just fine in 32 or 64 bit.

  8. #8
    Forum Expert CK76's Avatar
    Join Date
    06-16-2015
    Location
    ONT, Canada
    MS-Off Ver
    MS365 Apps for enterprise
    Posts
    5,973

    Re: Excel 2010 vs. 2016?

    As far as I know, there is no 2010 64 bit and there is a very good chance that you will get errors if you use64 bit in 2016 with code from 2010.
    There is. I've used it before transitioning to Office 365.

    But really, only issue will be as rorya stated. API calls and ActiveX not in MSForms.

    Though I agree, 64 bit install is only needed for very specific pool of users (Data analysts that use 800Mb + data model, developer that should test for both environments etc).

    Most common API calls can be converted easily to work on 64 bit. Although, there are libraries that was written in VB6 that can't be made compatible with 64 bit (unless recompiled).
    "Progress isn't made by early risers. It's made by lazy men trying to find easier ways to do something."
    ― Robert A. Heinlein

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. [SOLVED] Excel 2010 to 2016 broke VB code?
    By Rick-O-Shay in forum Excel Programming / VBA / Macros
    Replies: 19
    Last Post: 07-18-2019, 02:46 PM
  2. file from Excel 2016 opened with 2010
    By thoandros in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 01-22-2019, 03:44 AM
  3. Excel 2010 VS 2016
    By lostsoul65 in forum Excel General
    Replies: 3
    Last Post: 05-25-2018, 09:52 AM
  4. Excel 2016 VBA to send email - old VBA (Excel 2010 no longer works)
    By Spewtress in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 12-17-2017, 01:53 PM
  5. 2010 Macro not working in 2016 Excel
    By porepiga in forum Excel General
    Replies: 7
    Last Post: 04-18-2017, 12:11 PM
  6. Opening Excel 2010 in 2016 causes double images
    By tlshook in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 11-28-2016, 12:48 PM
  7. [SOLVED] today() in Excel 2010 32 bit vba returns different value than Excel 2016 64bit
    By thecdnmole in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 09-10-2016, 12:34 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1