BurqanKpln
New Member
- Joined
- Jul 21, 2023
- Messages
- 17
- Office Version
- 365
- Platform
- Windows
Hi,
I am struggling about the loading tif format of the image by vba.
Is there any way to get a tiff image to display on a vba form without having to convert them all to a different format?
We have an image library storing images in Tiff format. The VBA Image object does not display images in tiff format. But due to the nature of the library, I cannot convert them for the purpose of my project.
Image1.Picture = LoadPicture(FullFileName_of_image.tif)
Would be grateful for any positive guidance.
I am struggling about the loading tif format of the image by vba.
Is there any way to get a tiff image to display on a vba form without having to convert them all to a different format?
We have an image library storing images in Tiff format. The VBA Image object does not display images in tiff format. But due to the nature of the library, I cannot convert them for the purpose of my project.
Image1.Picture = LoadPicture(FullFileName_of_image.tif)
Would be grateful for any positive guidance.