+ Reply to Thread
Results 1 to 5 of 5

Fill Excel Screen with Form

  1. #1
    Lydon Bergin
    Guest

    Fill Excel Screen with Form

    I was wondering if there is anyway that you can fill the excel window with a
    form (Like maximized within the excel window)? Thanks for your help.


    Lydon D. Bergin
    MCP, MOS



  2. #2
    Ron de Bruin
    Guest

    Re: Fill Excel Screen with Form

    Userform ??

    Copy this event in the userform module

    Private Sub UserForm_Initialize()
    With Application
    Me.Top = .Top
    Me.Left = .Left
    Me.Height = .Height
    Me.Width = .Width
    End With
    End Sub



    --
    Regards Ron de Bruin
    http://www.rondebruin.nl


    "Lydon Bergin" <lydonbergin@gmail.com> wrote in message news:eazhLZdHGHA.1676@TK2MSFTNGP09.phx.gbl...
    >I was wondering if there is anyway that you can fill the excel window with a form (Like maximized within the excel window)? Thanks
    >for your help.
    >
    >
    > Lydon D. Bergin
    > MCP, MOS
    >




  3. #3
    Lydon Bergin
    Guest

    Re: Fill Excel Screen with Form

    Excellent, thanks a lot. Any advice on how to keep my controls centered no
    matter the resolution?

    Lydon D. Bergin
    MCP, MOS


    "Ron de Bruin" <rondebruin@kabelfoon.nl> wrote in message
    news:OI0fUidHGHA.1332@TK2MSFTNGP10.phx.gbl...
    > Userform ??
    >
    > Copy this event in the userform module
    >
    > Private Sub UserForm_Initialize()
    > With Application
    > Me.Top = .Top
    > Me.Left = .Left
    > Me.Height = .Height
    > Me.Width = .Width
    > End With
    > End Sub
    >
    >
    >
    > --
    > Regards Ron de Bruin
    > http://www.rondebruin.nl
    >
    >
    > "Lydon Bergin" <lydonbergin@gmail.com> wrote in message
    > news:eazhLZdHGHA.1676@TK2MSFTNGP09.phx.gbl...
    >>I was wondering if there is anyway that you can fill the excel window with
    >>a form (Like maximized within the excel window)? Thanks for your help.
    >>
    >>
    >> Lydon D. Bergin
    >> MCP, MOS
    >>

    >
    >




  4. #4
    Ron de Bruin
    Guest

    Re: Fill Excel Screen with Form

    Hi Lydon

    You can add all your controls inside a frame and change the Top and Left property of the frame
    when you open the userform.


    --
    Regards Ron de Bruin
    http://www.rondebruin.nl


    "Lydon Bergin" <lydonbergin@gmail.com> wrote in message news:OA$1V%23dHGHA.3936@TK2MSFTNGP12.phx.gbl...
    > Excellent, thanks a lot. Any advice on how to keep my controls centered no matter the resolution?
    >
    > Lydon D. Bergin
    > MCP, MOS
    >
    >
    > "Ron de Bruin" <rondebruin@kabelfoon.nl> wrote in message news:OI0fUidHGHA.1332@TK2MSFTNGP10.phx.gbl...
    >> Userform ??
    >>
    >> Copy this event in the userform module
    >>
    >> Private Sub UserForm_Initialize()
    >> With Application
    >> Me.Top = .Top
    >> Me.Left = .Left
    >> Me.Height = .Height
    >> Me.Width = .Width
    >> End With
    >> End Sub
    >>
    >>
    >>
    >> --
    >> Regards Ron de Bruin
    >> http://www.rondebruin.nl
    >>
    >>
    >> "Lydon Bergin" <lydonbergin@gmail.com> wrote in message news:eazhLZdHGHA.1676@TK2MSFTNGP09.phx.gbl...
    >>>I was wondering if there is anyway that you can fill the excel window with a form (Like maximized within the excel window)?
    >>>Thanks for your help.
    >>>
    >>>
    >>> Lydon D. Bergin
    >>> MCP, MOS
    >>>

    >>
    >>

    >
    >




  5. #5
    Walt
    Guest

    Re: Fill Excel Screen with Form

    Hi Lydon,

    For some really interesting things you can do with userforms, check
    out:

    Stephen Bullen's Excel Page
    http://www.oaltd.co.uk/Excel/Default.htm
    FormFun.zip

    Best Regards,
    Walt


+ 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