Hi all. I am new to VBA programming in Word. Here is my problem. I
am sending out a form for various people to fill in. What I am
looking for is a way to limit the total size of the document to 2
pages. Can this be done, and if so, HOW?

Thanks.

Re: Limiting Document Size? by Graham

Graham
Thu Mar 22 07:53:41 CDT 2007

Vba doesn't come into it. Put your form fields in table cells of fixed
height and width and they will not be able to put in any more information
than you provide space for.

--
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
Graham Mayor - Word MVP

My web site www.gmayor.com
Word MVP web site http://word.mvps.org
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>

Shmengy wrote:
> Hi all. I am new to VBA programming in Word. Here is my problem. I
> am sending out a form for various people to fill in. What I am
> looking for is a way to limit the total size of the document to 2
> pages. Can this be done, and if so, HOW?
>
> Thanks.



Re: Limiting Document Size? by Shmengy

Shmengy
Thu Mar 22 09:51:02 CDT 2007

Hi thanks for the input, however, When I try this the form simply
extends off the bottom of the page. It does not start a new page,
just extends the current one past the lenght of the sheet.

Cheers,
Tim

On Mar 22, 8:53 am, "Graham Mayor" <gma...@.org> wrote:
> Vba doesn't come into it. Put your form fields in table cells of fixed
> height and width and they will not be able to put in any more information
> than you provide space for.
>
> --
> <>>< ><<> ><<> <>>< ><<> <>>< <>><<>
> Graham Mayor - Word MVP
>
> My web sitewww.gmayor.com
> Word MVP web sitehttp://word.mvps.org
> <>>< ><<> ><<> <>>< ><<> <>>< <>><<>
>
>
>
> Shmengy wrote:
> > Hi all. I am new to VBA programming in Word. Here is my problem. I
> > am sending out a form for various people to fill in. What I am
> > looking for is a way to limit the total size of the document to 2
> > pages. Can this be done, and if so, HOW?
>
> > Thanks.- Hide quoted text -
>
> - Show quoted text -



Re: Limiting Document Size? by Graham

Graham
Thu Mar 22 11:00:35 CDT 2007

The whole point is that you create your form using tables at the final size
you require. If you do that it isn't going to grow as it is already at the
maximum allowable size?

--
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
Graham Mayor - Word MVP

My web site www.gmayor.com
Word MVP web site http://word.mvps.org
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>

Shmengy wrote:
> Hi thanks for the input, however, When I try this the form simply
> extends off the bottom of the page. It does not start a new page,
> just extends the current one past the lenght of the sheet.
>
> Cheers,
> Tim
>
> On Mar 22, 8:53 am, "Graham Mayor" <gma...@.org> wrote:
>> Vba doesn't come into it. Put your form fields in table cells of
>> fixed height and width and they will not be able to put in any more
>> information than you provide space for.
>>
>> --
>> <>>< ><<> ><<> <>>< ><<> <>>< <>><<>
>> Graham Mayor - Word MVP
>>
>> My web sitewww.gmayor.com
>> Word MVP web sitehttp://word.mvps.org
>> <>>< ><<> ><<> <>>< ><<> <>>< <>><<>
>>
>>
>>
>> Shmengy wrote:
>>> Hi all. I am new to VBA programming in Word. Here is my problem.
>>> I am sending out a form for various people to fill in. What I am
>>> looking for is a way to limit the total size of the document to 2
>>> pages. Can this be done, and if so, HOW?
>>
>>> Thanks.- Hide quoted text -
>>
>> - Show quoted text -