Hi,
I'm trying to write the content of an excel cell with a binary image file and can't get the chr(0) to insert.
If i send the vb string, it stops as the first occurence of a nullchar and if I send char per char, it just won't put the chr(0) in between all of the chars.
I tried with the clipboard and still doesn't work. My guess is that the excel object simply doesn't allow to send a nullchar to a cell.
Any other way I could do this would be very appreciated.
I'm trying to write the content of an excel cell with a binary image file and can't get the chr(0) to insert.
If i send the vb string, it stops as the first occurence of a nullchar and if I send char per char, it just won't put the chr(0) in between all of the chars.
I tried with the clipboard and still doesn't work. My guess is that the excel object simply doesn't allow to send a nullchar to a cell.
Any other way I could do this would be very appreciated.