Posted 5 August 2019, 2:11 pm EST
I am currently updating an application from VB6/Spread 8 to VB.NET/Spread 11 and am experiencing issues with the transfer of images in Spread 8 image cells to Spread 11 image cells.
Having loaded the Spread 8 workbook into a Spread 11 workbook I am able to extract and reformat all the data into a new workbook except the images in the image cells…
Setting the new workbook .value to the imported Spread 8 workbook .value does not copy the image, the cell remains blank, using the CTYPE function does not resolve the issue either.
I can copy and paste the image cells from one workbook to the other and the image appears in the cell, however, I am unable to access the image using .value for use elsewhere in the application.
Any suggestions as to how to resolve this issue?