Hi
I did google search to find out why in VBA dim keyword is used. What does that mean? I know it means Dimension, but why that keyboard? Is not easier to define a variable like this:
int x (like Java)
Or
x as int (actually this is used when you define a custom function argument in vba)
I...