Good Morning Everyone.
i have this bit of code, and seems to only work when it feels like it and not all the time. its in a dropdown list box, its on sheet 1 and its not on a userform its on the worksheet itself. Any ideas please.
![]()
Private Sub worksheet_Activate() Dim i As Integer Dim location As String For i = 20 To 200 Sheet1.Bpm.AddItem i Next i End Sub
Bookmarks