bobsan42
Well-known Member
- Joined
- Jul 14, 2010
- Messages
- 2,114
- Office Version
- 365
- 2019
- 2016
- 2013
- Platform
- Windows
Hello folks
Sometimes I bump into a wall, head first...
Here's the case. I have created a file for preparing specifications for production of structural reinforcement bars.
Since there are a lot of possible shapes i have made an WMF image library (folder) and then insert the WMF image I need into the sheet where i need it using this code:
along with some adjustments for size, position, rotation etc.
So far so good it works flawlessly. Just needed some adjustments for position in Excel 2007.
However - correctly displaying the images later on depends on the correct location of the folder, containing the source images in WMF format.
Since the file (or a number of its copies) is in circulation and is normally used on several different computers, the connection to this folder is sometimes lost and the images don't display correctly or most of the times at all (Image not found).
There are normally 30 to 300 images/shapes in a sheet.
What i want to find out how to do is:
a) Where is excel looking for the source images once they are inserted
and/or
b) how to change the source of all already inserted images
thanks for any help in advance.
Sometimes I bump into a wall, head first...
Here's the case. I have created a file for preparing specifications for production of structural reinforcement bars.
Since there are a lot of possible shapes i have made an WMF image library (folder) and then insert the WMF image I need into the sheet where i need it using this code:
Code:
[B]ActiveSheet.Pictures.Insert(ThisWorkbook.Path & "\ArmirovkaImages_v3\" & iimagename & ".wmf").Select[/B]
So far so good it works flawlessly. Just needed some adjustments for position in Excel 2007.
However - correctly displaying the images later on depends on the correct location of the folder, containing the source images in WMF format.
Since the file (or a number of its copies) is in circulation and is normally used on several different computers, the connection to this folder is sometimes lost and the images don't display correctly or most of the times at all (Image not found).
There are normally 30 to 300 images/shapes in a sheet.
What i want to find out how to do is:
a) Where is excel looking for the source images once they are inserted
and/or
b) how to change the source of all already inserted images
thanks for any help in advance.
Last edited: