Excel Visual Basic for Applications

FAQ About Excel Visual Basic for Applications

What are the data types in Excel VBA?

Data types in Excel are divided as numeric and non-numeric types.

Numeric data types;

  • Integer
  • Double
  • Long
  • Bytes
  • Single
  • Currency
  • Decimal

Non-numeric data types;

  • String
  • Boolean
  • Date
  • Object
  • Variant
  • User-defined