+ Reply to Thread
Results 1 to 5 of 5

Userform Scrollbar

Hybrid View

  1. #1
    Stuart
    Guest

    Userform Scrollbar

    How can I prevent the vertical scrollbar on a form from being visible on the
    printed copy, please?

    Regards.



  2. #2
    Tom Ogilvy
    Guest

    Re: Userform Scrollbar

    If you mean on a userform, you would have to make it visible = False before
    you did printform and then turn it back on .

    --
    Regards,
    Tom Ogilvy

    "Stuart" <[email protected]> wrote in message
    news:uGTU%[email protected]...
    > How can I prevent the vertical scrollbar on a form from being visible on

    the
    > printed copy, please?
    >
    > Regards.
    >
    >




  3. #3
    Stuart
    Guest

    Re: Userform Scrollbar

    Yes, a Userform.

    In the Sub: CbPrint_Click( ) I've been looking to do that.
    If I add the line: Me. then Intellisense throws me these options ....
    KeepScrollBarsVisible, Scrollbars and
    VerticalScrollBarSide.

    I cannot make any of these work.

    Regards
    "Tom Ogilvy" <[email protected]> wrote in message
    news:[email protected]...
    > If you mean on a userform, you would have to make it visible = False
    > before
    > you did printform and then turn it back on .
    >
    > --
    > Regards,
    > Tom Ogilvy
    >
    > "Stuart" <[email protected]> wrote in message
    > news:uGTU%[email protected]...
    >> How can I prevent the vertical scrollbar on a form from being visible on

    > the
    >> printed copy, please?
    >>
    >> Regards.
    >>
    >>

    >
    >




  4. #4
    Tom Ogilvy
    Guest

    Re: Userform Scrollbar

    how about

    Me.Scrollbars = fmScrollBarsNone

    -----------------------------
    Other choices:
    fmScrollBarsNone 0 Displays no scroll bars (default).
    fmScrollBarsHorizontal 1 Displays a horizontal scroll bar.
    fmScrollBarsVertical 2 Displays a vertical scroll bar.
    fmScrollBarsBoth 3 Displays both a horizontal and a vertical scroll
    bar.

    --
    Regards,
    Tom Ogilvy

    "Stuart" <[email protected]> wrote in message
    news:[email protected]...
    > Yes, a Userform.
    >
    > In the Sub: CbPrint_Click( ) I've been looking to do that.
    > If I add the line: Me. then Intellisense throws me these options ....
    > KeepScrollBarsVisible, Scrollbars and
    > VerticalScrollBarSide.
    >
    > I cannot make any of these work.
    >
    > Regards
    > "Tom Ogilvy" <[email protected]> wrote in message
    > news:[email protected]...
    > > If you mean on a userform, you would have to make it visible = False
    > > before
    > > you did printform and then turn it back on .
    > >
    > > --
    > > Regards,
    > > Tom Ogilvy
    > >
    > > "Stuart" <[email protected]> wrote in message
    > > news:uGTU%[email protected]...
    > >> How can I prevent the vertical scrollbar on a form from being visible

    on
    > > the
    > >> printed copy, please?
    > >>
    > >> Regards.
    > >>
    > >>

    > >
    > >

    >
    >




  5. #5
    Stuart
    Guest

    Re: Userform Scrollbar

    how about ..... is fine.
    Again, ... many thanks for the instruction.

    Regards.

    "Tom Ogilvy" <[email protected]> wrote in message
    news:%[email protected]...
    > how about
    >
    > Me.Scrollbars = fmScrollBarsNone
    >
    > -----------------------------
    > Other choices:
    > fmScrollBarsNone 0 Displays no scroll bars (default).
    > fmScrollBarsHorizontal 1 Displays a horizontal scroll bar.
    > fmScrollBarsVertical 2 Displays a vertical scroll bar.
    > fmScrollBarsBoth 3 Displays both a horizontal and a vertical
    > scroll
    > bar.
    >
    > --
    > Regards,
    > Tom Ogilvy
    >
    > "Stuart" <[email protected]> wrote in message
    > news:[email protected]...
    >> Yes, a Userform.
    >>
    >> In the Sub: CbPrint_Click( ) I've been looking to do that.
    >> If I add the line: Me. then Intellisense throws me these options ....
    >> KeepScrollBarsVisible, Scrollbars and
    >> VerticalScrollBarSide.
    >>
    >> I cannot make any of these work.
    >>
    >> Regards
    >> "Tom Ogilvy" <[email protected]> wrote in message
    >> news:[email protected]...
    >> > If you mean on a userform, you would have to make it visible = False
    >> > before
    >> > you did printform and then turn it back on .
    >> >
    >> > --
    >> > Regards,
    >> > Tom Ogilvy
    >> >
    >> > "Stuart" <[email protected]> wrote in message
    >> > news:uGTU%[email protected]...
    >> >> How can I prevent the vertical scrollbar on a form from being visible

    > on
    >> > the
    >> >> printed copy, please?
    >> >>
    >> >> Regards.
    >> >>
    >> >>
    >> >
    >> >

    >>
    >>

    >
    >




+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1