Hi. I was given the VBA code below to add a DropDown to a cell. How do I modify it so that it fits into the cell and what code would I add so that if the user changes the cells size the DropDown automatically changes too
With ActiveSheet.DropDowns.Add(142.5, 38.25, 108.75, 24)
.Top = Range("C1").Top
.Left = Range("C1").Left
End With