Data Types in Excel Macro

This Blog Post explain you data types in excel macro. Whenever macro code accept input from user or when you assign value to a variable, you need to define type of data to be store in a variable. for example :           dim hindi, eng, math as integer. Here hindi, eng, […]

Data Types in Excel Macro Read More »