codified knowledge

seth writes software. seth tries to be better software writer. seth writes blog.

reference to objects… is it really this easy?

Dim dd As Object
Set dd = ThisWorkbook.Sheets(“Main”).DropDowns(“ddRetailer”)
dd.ListIndex = 1