View Single Post
 
Old 02-27-2015, 11:37 AM
dherr dherr is offline Windows 8 Office 2007
Advanced Beginner
 
Join Date: Nov 2014
Location: Austria
Posts: 45
dherr is on a distinguished road
Default How to create a image?

Hi,
I tried to create an image programmatically:
Dim Pic As Image

Then I tried:
Set Pic = New Image
Pic.Height=...
Pic.Width=...

But it is not possible to set Height and Width although in the object catalogue you can see these properties.

What can I do?
Regards
Dietrich
Reply With Quote