Software Salariman

Nuts and bolts about programming applications, databases and spreadsheets. Note: Comments are moderated to filter comment spam. Mobile version

2009-12-07

Simple cache in Excel using VBA static variables

›
Static variables in VBA functions, like their counterparts in C, retain their values between function calls. A common use for static variabl...
2009-12-03

R1C1 notation in Excel VBA

›
Excel supports both A1 and R1C1 notation for referencing cells in formulas. Almost everyone uses A1 notation but it can be easier to use R...
1 comment:
2009-12-01

Excel VBA programming with run-time errors

›
When writing VBA programs for Microsoft Excel 2003, you quickly find that you have to detect and handle run-time errors in your programs. V...
2009-11-29

VBA IIf() as a ternary conditional expression (sometimes)

›
VBA doesn't have a ternary conditional expression (e.g. C-style ?: ), which leads to a long-winded conditional statement like this when ...
‹
›
Home
View web version

About Me

Temporary
View my complete profile
Powered by Blogger.