refactoring

  1. O

    Make sumifs with array faster

    Hello all I've written this bit of code.. it works ... but can anyone help make it faster? Its basically a sumifs with arrays -problem is that I'm dealing with over 1.2 million rows (600k+ in one table and 600k+ in the sumifs data table) - so it takes a pretty minute Sub totals_fromHDFC()...
  2. O

    Refactor VBA to make it work faster

    Hello, I wrote this bit of code, but it takes a while to calculate considering how many times I use it - I believe it takes really long because it runs the code through the entire table column. I am looking to try and get this to work faster, maybe by calculating only when there is a change...
  3. J

    Passing a Cell In a Range as An Object

    I'm trying to refactor some code, and got stuck when trying to refactor a section that works on cells Public Sub MainSub () MyArray = Range([A1], [B10]) For lngRow = 1 To UBound(MyArray, 1) ' Currently I can do this with no problem ' Cell.Offset(, 6).AddComment...
  4. C

    Refactoring/Debugging code

    Hi all I have built up a bundle of code which i am trying to refactor and tidy up a bit. In the editor is there a way to see where a procedure is called by looking at the procedure, other than setting breakpoints and running all the main procedures. Any other tips or points to good articals...

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