This line is throwing a runtime 340 control array error

TagStr = Trim(objBox.Tag)


TagStr is a string variable.
The line is in a user defined function:
Public Function ControlBox_GotFocus(objBox As Object) As String

Any ideas how I can figure out why?