+ Reply to Thread
Results 1 to 4 of 4

Floating Form

  1. #1
    Jos Vens
    Guest

    Floating Form

    Hi,

    I like to show a picture of a person when someone is still able to input
    data in cells.

    Is it possible to make a userform "floating" so you can type in cells when
    the form is open?

    Thanks,
    Jos Vens



  2. #2
    Forum Contributor
    Join Date
    11-29-2003
    Posts
    1,203
    Have you considered using a floating toolbar instead of a floating form?

  3. #3
    Jim Thomlinson
    Guest

    RE: Floating Form

    The show method of a form takes one argument, "Modal". By default it is true
    and it will not allow you to access anything off of that form. Specify it as
    false and you can modify the cells while the form is still active.
    for example:
    Form1.Show False

    HTH
    "Jos Vens" wrote:

    > Hi,
    >
    > I like to show a picture of a person when someone is still able to input
    > data in cells.
    >
    > Is it possible to make a userform "floating" so you can type in cells when
    > the form is open?
    >
    > Thanks,
    > Jos Vens
    >
    >
    >


  4. #4
    Jos Vens
    Guest

    Re: Floating Form

    Thanks Jim!

    Jos


    "Jim Thomlinson" <[email protected]> schreef in
    bericht news:[email protected]...
    > The show method of a form takes one argument, "Modal". By default it is
    > true
    > and it will not allow you to access anything off of that form. Specify it
    > as
    > false and you can modify the cells while the form is still active.
    > for example:
    > Form1.Show False
    >
    > HTH
    > "Jos Vens" wrote:
    >
    >> Hi,
    >>
    >> I like to show a picture of a person when someone is still able to input
    >> data in cells.
    >>
    >> Is it possible to make a userform "floating" so you can type in cells
    >> when
    >> the form is open?
    >>
    >> Thanks,
    >> Jos Vens
    >>
    >>
    >>




+ 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