+ Reply to Thread
Results 1 to 2 of 2

place picture

  1. #1
    Pierre via OfficeKB.com
    Guest

    place picture

    Hi,

    I have a picture object on a userform.
    The userform is full screen depending on the resolution of the screen.

    how can i have a picture object always in the below right corner of the
    userform ?

    Thanks,
    Pierre


    --
    Message posted via http://www.officekb.com

  2. #2
    Tom Ogilvy
    Guest

    Re: place picture

    Private Sub UserForm_Initialize()
    With Me.Image1
    .Top = Me.Height - .Height - 20
    .Left = Me.Width - .Width - 5
    End With

    End Sub

    --
    Regards,
    Tom Ogilvy



    "Pierre via OfficeKB.com" <u13950@uwe> wrote in message
    news:5703d1d843118@uwe...
    > Hi,
    >
    > I have a picture object on a userform.
    > The userform is full screen depending on the resolution of the screen.
    >
    > how can i have a picture object always in the below right corner of the
    > userform ?
    >
    > Thanks,
    > Pierre
    >
    >
    > --
    > Message posted via http://www.officekb.com




+ 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