Dear All,
Need a little help for displaying image in Excel. Basically image succefully added into excel but not displaying. will need to double-click to open the image.
Below is the code written for the purpose, could anyone give me some hints?
Can it be done for displaying image from using vb code ?
Thank you in advance.
Regards,
Beautieee
Need a little help for displaying image in Excel. Basically image succefully added into excel but not displaying. will need to double-click to open the image.
Below is the code written for the purpose, could anyone give me some hints?
Can it be done for displaying image from using vb code ?
Code:
objSheet.OLEObjects.Add(, "C:\logo.bmp", False, True, "mspaint.exe", 0, "C:\logo.bmp").Select
Thank you in advance.
Regards,
Beautieee