By using expertatexcel.com you agree to our cookie policy, We and our partners operate globally and use cookies, for multiple purposes

Become an Σxpert at Σxcel.com

 


Refactor - coding technique

Refactoring is a technique to improve your code.

You take the code you've written and improve it.

It helps to have some automated testing and previous versions.

This way after you improve the code, how will you know if you broke something?
  • You might have used a poor coding technique but want to improve the code
  • You may have duplicate code that you want to put in one place
  • Unorganized Modules
  • Unused code
  • Unused sheets/functions

  •