Dear Experts,
I am not able to print the whole of user form. My User form seem to be quite big and when I print using the following code...the user form which appears in the screen gets printed and remaining ones are not missed.
Private Sub CommandButton2_Click()
Me.PrintForm
End Sub
Can you please help in printing whole of User Form.
Thank you in advance.
I am not able to print the whole of user form. My User form seem to be quite big and when I print using the following code...the user form which appears in the screen gets printed and remaining ones are not missed.
Private Sub CommandButton2_Click()
Me.PrintForm
End Sub
Can you please help in printing whole of User Form.
Thank you in advance.