Click here to Skip to main content
16,015,635 members

Comments by MrBatra (Top 7 by date)

MrBatra 28-Dec-10 9:44am View    
If I understand it clearly, this is what you need -->
Sheet1 should be populated always with new value; as soon as something is selected in sheet2.
MrBatra 28-Dec-10 9:40am View    
What's you're not understanding, be specific.

In case you;re not understanding the code here's what it does;


The above code is checking whether the file or image ends with ".jpg" or ".png" (in your case you can change this to ".bmp") ; If its true then exit from function don't do anything else the function will execute the code to upload the image.

You need to write that code for uploading.
MrBatra 21-Dec-10 15:31pm View    
Good for you
MrBatra 21-Dec-10 10:09am View    
That's fine.. you can save BLOB format in SQL also.
Don;t tell me you're not using SQL too :)
MrBatra 21-Dec-10 9:02am View    
IS there any kind of error you're getting. Or Its just not working