Share via

Excel 2016 Slow Macro Performance

Anonymous
2016-06-08T11:16:19+00:00

I am running Excel 2016 32bit on Windows 10 64bit. 

I have noticed that macros execute significantly faster on a VM box running Windows 7 32 bit and Excel 2010 32bit on the same computer.

The VM is on the same box and the Excel 2016.  The Excel file I am executing is exactly the same one.

I have turned of all screen updating, calculations, etc...

Just wondering if anyone has seen this performance issue or has any insights into this issue.

Thx.

Microsoft 365 and Office | Excel | For home | Windows

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

3 answers

Sort by: Most helpful
  1. Andreas Killer 144.1K Reputation points Volunteer Moderator
    2016-06-09T07:01:29+00:00

    Unfortunately the code is far too long for this post.

    Upload your file (maybe with anonymous data) on an online file hoster like www.dropbox.com and post the download link here.

    Andreas.

    Was this answer helpful?

    0 comments No comments
  2. Anonymous
    2016-06-08T18:19:36+00:00

    Unfortunately the code is far too long for this post.  I was hoping to collect some ideas of possible sources to start stub testing with.  I turn off the usual performance problems as shown below. 

    Application.EnableEvents = false

    Application.ScreenUpdating = false

    Application.Calculation =xlCalculationManual

    Application.PrintCommunication=false

    Was this answer helpful?

    0 comments No comments
  3. Andreas Killer 144.1K Reputation points Volunteer Moderator
    2016-06-08T16:15:27+00:00

    I have turned of all screen updating, calculations, etc...

    Show us the macro.

    Andreas.

    Was this answer helpful?

    0 comments No comments