If your picture has been placed on an image control add this to your code once the picture is rendered.
Image1.Left = (ActiveWindow.Width - Image1.Width) / 2
Regards,
Dax.
Re: Center a picture on the screen (How do I add a picture on my screen to this??)
I'm guessing you mean the imagelist control, how do I add a picture thats on my sheet to it, it only excepts pictures from a file?
thanks steve
Re: Center a picture on the screen (can someone help)
The following code is what I have and it kind of works, but the picture only centers itself to the left of the work sheet. I need to have it center itself in the active visible area of the screen.
Thanks steve
Shapes("Picture 78").Left = (ActiveWindow.Width - Shapes("Picture 78").Width) / 2