Any ideas of how to get the hwnd property of a listbox on a userform. I can use the API call FindWindow but the problem is i do now know the ClassName of the Listbox. In order to get the class name using another windows api you need the Hwnd of the control. Its a loop.