Text: IN VBA CODING Write a sub that initializes the attached userform. The listbox should be populated with the US states available in range("A2:A12") as seen in the 2nd screenshot. Maryland should be selected by default. Next, write an event handler such that if the user chooses a state from the list (say Ohio) and clicks OK, a message will be displayed saying, "You live in Ohio.". Then hide the userform. The control names are as follows: ● lbStates ● cmdOK Click