ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   place picture (https://www.excelbanter.com/excel-programming/344931-place-picture.html)

Pierre via OfficeKB.com[_2_]

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

Tom Ogilvy

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





All times are GMT +1. The time now is 03:18 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com