lezawang
Well-known Member
- Joined
- Mar 27, 2016
- Messages
- 1,805
- Office Version
- 2016
- Platform
- Windows
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 am puzzled why Microsoft people use the word Dim?
https://www.thespreadsheetguru.com/blog/2014/2/19/what-does-dim-mean-when-coding-vba-macros
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 am puzzled why Microsoft people use the word Dim?
https://www.thespreadsheetguru.com/blog/2014/2/19/what-does-dim-mean-when-coding-vba-macros