Answer!
In case anyone was interested, here is the solution:
Private Sub bOpenFile_Click()
On Error GoTo Err_bOpen_Click
Dim PT As String
Me.tbHidden.SetFocus
If IsNull(tbFile) Or tbFile = "" Then
MsgBox "Please browse and select a valid file to open.", vbCritical, "Invalid...