2 – Variables
Chapter 2 – VBA Basics The second chapter of this courses focuses on entry level VBA programming techniques. After some basic fundamentals are taught (no previous programming experience required), we dive into a bit of finance pricing bonds, floaters, and some interpolation.
Hi Mark, actually, to be precise, if you assign the value “3.5” to a variable which was previously declared as “integer” VBA will round it up to “4” not to 3.