Difference between revisions of "Main Page"

From vb24
Jump to navigation Jump to search
Line 22: Line 22:
 
* [[Developer Tool Bar]]
 
* [[Developer Tool Bar]]
 
* [[Array functions]]
 
* [[Array functions]]
 +
* [[VBA HTML|HTML]]
 +
* [[VBA XML|XML]]
 
* [[Data Abstraction Layer]]
 
* [[Data Abstraction Layer]]
 
* [[Status]]
 
* [[Status]]

Revision as of 14:44, 7 February 2015

This site is all about Visual Basic and Visual Basic for Applications.

Conventions

VBA

Conventions

Concepts

Code

Problems and solutions

Double code execution

Problem
The function provided with the OnAction property is executed twice.
Solution
Put the function name in single quotes:
.OnAction="'functionname'"