I have oBP declared publically as an object.
This code sets it ..
Private Sub tglb_cue_gm_Click()
With Me
Set oBP = .tglb_cue_gm
sRPT = "CUE-GM.docx"
button_check ' oBP, sRPT
End With
End Sub
But when it reaches this code to use is it, I get an error (red line)...