Auto-complete will never popup when I do a Select-Case, with the case:code on a single line ie: Select case i case i: docode() end select I have to separate the code to get it to work Select case i case i docode() end select