Displaying a Tif image in the Image Control

  • Thread starter Thread starter Neil
  • Start date Start date
N

Neil

Hi, I have a spreadsheet that is an index of 12500 tiff
images, I want to be able to use the VBA Image control to
display the tif file within a form, but the image control
doesnt seem to support Tif format files, What do I do ?
 
Hi Neil,
You need to use another image control that does support .tif?
Try a google search for ".tif activex" and you should find several.
 
Back
Top