Thread: place picture
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Tom Ogilvy Tom Ogilvy is offline
external usenet poster
 
Posts: 27,285
Default 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