vote up 5 vote down star
1

Is there any coding standard published by microsoft for vba applications?

flag

What exactly do you mean by "coding standards?" – David W. Fenton Oct 27 '08 at 19:40

6 Answers

vote up 4 vote down check

You can get some here : Coding Standard for VBA but isn't from Microsoft.

If you want Coding Standards from Microsoft for VBA, I suggest this book. alt text

link|flag
vote up 5 vote down

There Are . In fact, it's the first result on google

link|flag
That link would appear to be for VB not VBA, so not all of it applies. – CodeSlave Oct 27 '08 at 15:13
Yes, this appears to be VB standards, which are widely available, but VBA has some extra bits than VB. – Varun Mahajan Oct 27 '08 at 15:26
Um...VB is just another host for VBA. – projecktzero Oct 29 '08 at 15:07
vote up 3 vote down

That's the great thing about standards, there's so many to choose from.

link|flag
2  
ahh, funny... but so true. – Curtis Inderwiesche Mar 28 at 0:43
That's a good one. – Seth Spearman Sep 2 at 22:22
vote up 2 vote down

You may be interested in:

Access MVP, Tony Toew's naming conventions: http://www.granite.ab.ca/access/tablefieldnaming.htm

General: Commonly used naming conventions: http://mvps.org/access/general/gen0012.htm

The Leszynski/Reddick Guidelines: http://www.webtracks.biz/web_webtracks/access/LNC.pdf

link|flag
vote up 1 vote down

Just a quicky, but here are a few (free) tools that might help you out: http://delicious.com/Oorang/addin.

If you want to spend some money, IMHO Aivosto's Project Analyzer with the VBA plug is about as quality as you can get for VBA. It can enforce naming standards, catch coding mistakes (google "static code analysis"), provide complexity metrics and much, much more. There is a free version that can handle up to 10 modules, if you are doing something bigger (say a production Access Database) you may have to spring for the full version and then you are into some money. At any rate the site is here:www.aivosto.com

link|flag
vote up 0 vote down

That's the thing about vba, if there is one it is very vague. I ended up just created my own.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.