Dragnut ..
I have never seen an Add-in like what you desire, and since the only thing necessary to indent your code is press the TAB key, I personally see little use in one.
VB's Editor Tab of the Options menu allows you to set any indent width you desire(up to 32 characters).
________________________________________________________________
If you want to get the best response to a question, please check out FAQ222-2244 first
'People who live in windowed environments shouldn't cast pointers.'
PrettyCodePrint does an excellent job of printing your code all nice and neat. You can search for it on Google. It doesn't modify your original code, but it makes the printout look great.
If all else fails, you could write your own app to indent your code. The code is stored as text in the various files. You could analyze it and indent it as desired programmatically. I'm not sure it's worth the bother, but you could.... BlackburnKL
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.