Hi all
I get the impression that the use of brackets [such as this] in VBA code is shorthand to produce the same compiled effect as an alternative more verbose (but possibly to me easier to understand) coding.
Example
Could someone please re-write the above code without using the bracketed syntax, just so that I can understand the effect of that syntax?![]()
Private Sub UserForm_Initialize() Me.ComboBox1.List = [MyArray] End Sub
Thanks
Bookmarks