vba - Memory/resource limits in Excel 2007 vs 2010 -


I have a macro which works fine in Excel 2007, but with errors in 2010, "Excel does this work Do not complete available resources. Choose fewer data or close other applications. "

Here is the relevant section of the code:

  with. Worksheets (first-detector) .Renz ("1: 1") .Value2 = ps_rng.Range ("1: 1"). Value 2 ps_rng.Range (CSRR (start_row) and ":" and CSRR (ANDOOO)) destination destination: =. Range ("2:" &  

I'm pretty sure why it works fine in 2007, but not in 2010.


Comments

Popular posts from this blog

c# - SignalR: "Protocol error: Unknown transport." when navigating to hub -

c# - WPF Expander overlay used in ItemsControl -

class - Kivy: how to instantiate a dynamic classes in python -