(Msg. 1) Posted: Tue Mar 25, 2008 10:11 am
Post subject: UserForm.PrintForm prints only visible portion of form Archived from groups: microsoft>public>word>vba>userforms (more info?)
I'm trying to add a "Print" command button to a user form in VBA (Word) that
prints the entire form. When I click "Print" (object.printform) I only get
the visible part of the form, instead of the entire form. How can I get the
WHOLE form printed when I use .PrintForm?
(Msg. 2) Posted: Tue Mar 25, 2008 7:01 pm
Post subject: Re: UserForm.PrintForm prints only visible portion of form [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
Did you look in Help?
"PrintForm prints all visible objects and bitmaps of the UserForm object. "
The key word is visible.
If it is not visible...it is not printed.
Greg@food family wrote:
>I'm trying to add a "Print" command button to a user form in VBA (Word) that
>prints the entire form. When I click "Print" (object.printform) I only get
>the visible part of the form, instead of the entire form. How can I get the
>WHOLE form printed when I use .PrintForm?
(Msg. 3) Posted: Wed Mar 26, 2008 3:12 am
Post subject: Re: UserForm.PrintForm prints only visible portion of form [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
That is not really the way in which userforms are intended to be used. If
you want a screen shot of the entire form for the purpose of creating
instructions on how to use it, use Snagit available form www.techsmith.com,
It can capture a scrolling window
--
Hope this helps.
Please reply to the newsgroup unless you wish to avail yourself of my
services on a paid consulting basis.
Doug Robbins - Word MVP
"Greg@food family" <Gregfoodfamily.TakeThisOut@discussions.microsoft.com> wrote in
message news:6D91D619-0F35-45A7-8467-15A656CAEF6D@microsoft.com...
> I'm trying to add a "Print" command button to a user form in VBA (Word)
> that
> prints the entire form. When I click "Print" (object.printform) I only
> get
> the visible part of the form, instead of the entire form. How can I get
> the
> WHOLE form printed when I use .PrintForm?
All times are: Eastern Time (US & Canada) (change)
Page 1 of 1
You can post new topics in this forum You can reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum