Forum Discussion
beckylum
Feb 09, 2021Copper Contributor
Visual Basic Linter keeps changing my code to the wrong method
Hi Everyone,
I am on excel 2016 and am developing a vba application (because reasons). I am trying to assign a variant array to a MSForms listbox dynamically. The problem is that the VBE linter keeps changing the method call to the wrong method. Instead of calling
lstBox.Listthe linter keeps correcting it to
lstBox.listand as a result the compiler falls over. Surely Microsoft should have picked this up?
Thanks.
No RepliesBe the first to reply