Printing form with .printform leaves out headline (caption) on pri

O

Ove

Hi
on my userform I use 10 frames to group output data to improve reading.

But, when printing the userform by using xxx.printform the headline (the
caption property) of the frames do not show on the print. The frames show
however.
The printing is just done by a Commandbutton on my form:

Private Sub pr_Click()
'
UserForm2.printform
'
End Sub

Is there some other better way to print the Userform and getting visable
frame headlines?

Is it possible to draw lines or boxes on a userform except by the Frame
control ?

Hopefull for answer, while I'm a VBA newbie.
Best regards/ Ove / Sweden
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top