Auto-complete for method names of objects in my vba editor is being really flaky. it works sometimes, and then will stop working. auto completion at the end of an "AS" still works fine, but does not work for things like:
Dim x as range
x.Row
where normally row would appear from an autocomplete list.
I assume this is just flaky Microsoft code, but does anyone have some tips on how to get it to work more consistently?
Thanks,
-Venkman
Dim x as range
x.Row
where normally row would appear from an autocomplete list.
I assume this is just flaky Microsoft code, but does anyone have some tips on how to get it to work more consistently?
Thanks,
-Venkman