Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Need routine to format program code 2

Status
Not open for further replies.

robertmcbride1126

Programmer
Jul 31, 2003
8
0
0
US
Can someone please tell me where to find some utility to format my program code:

Let's say I have this:
----------------------
If counter > 1 then
debug.print counter
else
stop
end if

The utility would make it look like this:
-----------------------------------------
If counter > 1 then
debug.print counter
else
stop
end if

Thanks
Bob
 
VBJock,

Thanks a lot for the link, I have been trying to find this
for over 2 years now. But I had been looking under Access
stuff only.

Bob
 
I use the smart indenter from which works with any of the office code windows. Best of all, it's free!
Another free code addin that I can't live without is mztools ( This has wizards for adding new functions, complete with comments and error handling, it can produce xml documnetation of your code
and a load of other stuff.

Heartily recommended.

B

----------------------------------------------
Ben O'Hara

"Where are all the stupid people from...
...And how'd they get so dumb?"
NoFX-The Decline
----------------------------------------------
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top