R
Ron de Bruin
You are welcome
Another way is to copy the macro in a normal module and enter the name of the macro in the click event
Private Sub PrintReport_Click()
Call Hide_Print_Unhide
End Sub
Another way is to copy the macro in a normal module and enter the name of the macro in the click event
Private Sub PrintReport_Click()
Call Hide_Print_Unhide
End Sub