dcwinter
Board Regular
- Joined
- Aug 10, 2007
- Messages
- 118
HI,
I thought I'd start a thread to help people with shorter versions of code. Don't know how this will work, but I know that I as well as many others would like to see how we can write our code in a shorter and easier format.
So, for example, what are your top code simplifying tips, and most importantly for us beginers, why? How does it work? What does it mean?
Looking forward to some examples....
A good start might be how you condense something like this:
****JUST TO CLARIFY, THIS IS SUPPOSED TO BE A DISCUSSION, NOT A TECHNICAL QUERY ON MY PART****
I thought I'd start a thread to help people with shorter versions of code. Don't know how this will work, but I know that I as well as many others would like to see how we can write our code in a shorter and easier format.
So, for example, what are your top code simplifying tips, and most importantly for us beginers, why? How does it work? What does it mean?
Looking forward to some examples....
A good start might be how you condense something like this:
Code:
Range("D4:D14").Select
Selection.ClearContents
****JUST TO CLARIFY, THIS IS SUPPOSED TO BE A DISCUSSION, NOT A TECHNICAL QUERY ON MY PART****
Last edited: