Yerzhan has attended:
Excel VBA Intro Intermediate course
Excel VBA Intro Intermediate course
Excel VBA Advanced course
VBA
What is dim?
RE: VBA
Hi Yerzhan
I trust that you found your MS excel vba course useful.
A dim is just the declaration needed for a variable i.e. to declare a variable in MS excel vba you need write within the code dim my_variable
Hope this helps
David