I have the following code to populate some combo boxes on a form, however for some reason it always references the active sheet, rather than the "Data Sheet" like I want it to. Anyone see anything wrong?
Sub populateComboBox()
Dim lr As Long
With Sheets("Data Sheet")
lr =...