Main Page

From vb24
Revision as of 22:47, 25 January 2015 by Dec (talk | contribs)
Jump to navigation Jump to search

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'"