How to differentiate two images inside the excel ? (only 2 typeof images, needs to differentiate as boolean)
On Friday, March 1, 2013 11:56:48 AM UTC+5:30, Ratheesh wrote:
Dear Friends,
I am facing a challenge in a data source provided with 2 type of images instead of TRUE or FALSE (BOOLEAN). The image dimensions and almost all the properties are similar when I checked ths shape properties in Excel for both images. It would so grateful if you can provide me with some clue to differentiate those images.
Many thanks in advance!
Best Regards
Ratheesh
Friends!
Thanks for all your replies.
Finally I reached in a wicked way ;)
Martin, I was trying all the properties of the shape Object inside excel spreadsheet, but unfortunately could not find out a way to differentiate them :(
My data source is an excel file, contains many fields including a check box(just an image of check box, 1 with a tick mark and the other one is without!), the small images of check boxes are around 5000!
Now I did a loop with the count of images
Took the name of each image.
created a function to save the image in a temporary folder
picked-up the shape size in bytes and got the difference!
Hope this help someone really stuck-up something like this..
Thank you.
Ratheesh
|