RegisterControls.Register?

Does anyone have an idea what this means? A search of the project turns up nothing

image

You have code inside an Encrypted module or class that uses the removed MsgBox function. You can work around this by creating a global method:

Public Sub MsgBox(sMsg as String)
  MessageBox(sMsg)

End Sub
5 Likes

That might be from one of my encrypted custom controls.
Send me a private message to get the password to unlock the encrypted classes.