I can't get past creating the userform. When I try to add the richtextbox
I get a message: the subject is not trusted for the specified action. ???
I don't know enough VBA to understand what that means!
I got that message too... and ignored it. The control is from Microsoft and
it worked fine when I used it (after ignoring the warning). Remember, I am
only trying to demonstrate the technique and am using a RichTextBox because
I am familiar with how to use it from my compiled
VB experience. What I
originally wanted to do is print directly to the UserForm (like I can do to
Forms in compiled
VB), but that is not allowed in Excel. Next, I looked for
a PictureBox control since, in the compiled
VB world, you can print directly
to it also; but I could not find an equivalent Excel control. Is there an
Excel control that you know of which can be printed to via code?
Rick