Excel vba variable

excel vba variableExcel-vba-easy.com teaches you how to declare, initialize and display an Excel VBA variable. An Excel VBA variable is used to store a value. An Excel VBA variable can be of any type. In Excel VBA we have variables of type Integer to store whole numbers, variables of type Double which can also store numbers after the comma, variables of type String to store text, variables of type Date to store dates, variables of type Boolean to hold the values true and false and many more types of Excel VBA variables as we will see later.