Hello,

I'm currently getting this run time error whenever I try to run these lines of code when the user form is initialized. It's breaking at the if statement. (my spread sheet is only called read only, there are no restrictions on it.)

With Worksheets("READ ONLY")
If Not IsEmpty(.Range("F")) Then
locationcb1.List = .Range("F", .Range("F" & Rows.Count).End(xlUp)).Value
End If
End With


Please Help