How do I print a user form? I know how to print a worksheet but not user form. Thanks Micki
M mickiedevries Jun 29, 2004 #1 How do I print a user form? I know how to print a worksheet but not user form. Thanks Micki
C Charles Jun 29, 2004 #2 mickiedevries If you add a command button on your userform you can use Private Sub CommandButton4_Click() UserForm1.PrintForm End Sub Or: Sub printuserform() UserForm1.PrintForm End Sub This should print the form. Charle
mickiedevries If you add a command button on your userform you can use Private Sub CommandButton4_Click() UserForm1.PrintForm End Sub Or: Sub printuserform() UserForm1.PrintForm End Sub This should print the form. Charle
C Charles Jun 29, 2004 #3 mickiedevries If you add a command button on your userform you can use Private Sub CommandButton4_Click() UserForm1.PrintForm End Sub Or: Sub printuserform() UserForm1.PrintForm End Sub This should print the form. Charle
mickiedevries If you add a command button on your userform you can use Private Sub CommandButton4_Click() UserForm1.PrintForm End Sub Or: Sub printuserform() UserForm1.PrintForm End Sub This should print the form. Charle
C Charles Jun 29, 2004 #4 mickiedevries If you add a command button on your userform you can use Private Sub CommandButton4_Click() UserForm1.PrintForm End Sub Or: Sub printuserform() UserForm1.PrintForm End Sub This should print the form. Charle
mickiedevries If you add a command button on your userform you can use Private Sub CommandButton4_Click() UserForm1.PrintForm End Sub Or: Sub printuserform() UserForm1.PrintForm End Sub This should print the form. Charle
C Charles Jun 29, 2004 #5 mickiedevries If you add a command button on your userform you can use Private Sub CommandButton4_Click() UserForm1.PrintForm End Sub Or: Sub printuserform() UserForm1.PrintForm End Sub This should print the form. Charle
mickiedevries If you add a command button on your userform you can use Private Sub CommandButton4_Click() UserForm1.PrintForm End Sub Or: Sub printuserform() UserForm1.PrintForm End Sub This should print the form. Charle
C Charles Jun 29, 2004 #6 mickiedevries If you add a command button on your userform you can use Private Sub CommandButton4_Click() UserForm1.PrintForm End Sub Or: Sub printuserform() UserForm1.PrintForm End Sub This should print the form. Charle
mickiedevries If you add a command button on your userform you can use Private Sub CommandButton4_Click() UserForm1.PrintForm End Sub Or: Sub printuserform() UserForm1.PrintForm End Sub This should print the form. Charle
C Charles Jun 29, 2004 #7 mickiedevries If you add a command button on your userform you can use Private Sub CommandButton4_Click() UserForm1.PrintForm End Sub Or: Sub printuserform() UserForm1.PrintForm End Sub This should print the form. Charle
mickiedevries If you add a command button on your userform you can use Private Sub CommandButton4_Click() UserForm1.PrintForm End Sub Or: Sub printuserform() UserForm1.PrintForm End Sub This should print the form. Charle
C Charles Jun 29, 2004 #8 mickiedevries If you add a command button on your userform you can use Private Sub CommandButton4_Click() UserForm1.PrintForm End Sub Or: Sub printuserform() UserForm1.PrintForm End Sub This should print the form. Charle
mickiedevries If you add a command button on your userform you can use Private Sub CommandButton4_Click() UserForm1.PrintForm End Sub Or: Sub printuserform() UserForm1.PrintForm End Sub This should print the form. Charle