Difference between revisions of "Category:VBA"
Jump to navigation
Jump to search
Line 2: | Line 2: | ||
* [[Microsoft Access VBA Coding Conventions|Coding Conventions]] | * [[Microsoft Access VBA Coding Conventions|Coding Conventions]] | ||
* [[Microsoft Access VBA Naming Conventions|Naming Conventions]] | * [[Microsoft Access VBA Naming Conventions|Naming Conventions]] | ||
+ | |||
+ | == General == | ||
+ | * SQL vs DAO/ADO | ||
+ | |||
+ | == Advanced == | ||
+ | * Variables and Classes: WithEvents | ||
+ | * Parameters: ByRef / ByVal | ||
+ | * ParamArray | ||
+ | * Enum | ||
+ | * Set Nothing | ||
+ | * Nothing vs Null vs 0 vs Empty vs ... | ||
+ | |||
+ | == Access specific == | ||
+ | * ! vs . | ||
== Code == | == Code == |
Revision as of 01:42, 30 July 2010
Conventions
General
- SQL vs DAO/ADO
Advanced
- Variables and Classes: WithEvents
- Parameters: ByRef / ByVal
- ParamArray
- Enum
- Set Nothing
- Nothing vs Null vs 0 vs Empty vs ...
Access specific
- ! vs .
Code
Modules
- modAccess
- modDevelopment
- modExcel
- modFso
- modFunction
- modSetting
- modSql
- modString
- modSystem
- modUi
- modWsh
Lookup
Management
Pages in category "VBA"
The following 14 pages are in this category, out of 14 total.
M
- Microsoft Access Code Management
- Microsoft Access modAccess
- Microsoft Access modExcel
- Microsoft Access modFso
- Microsoft Access modFunction
- Microsoft Access modSetting
- Microsoft Access modSql
- Microsoft Access modString
- Microsoft Access modUi
- Microsoft Access modWsh
- Microsoft Access VBA Code Snippets
- Microsoft Access VBA Coding Conventions
- Microsoft Access VBA Naming Conventions
- Microsoft Access VBE