VBA image control
Hello.
I have VBA procedure that draws barcodes on MSAccess report, using Image
control from Acess toolbox (to be more exact: it sets the
ImageControl.PictureData property to some calculated binary value in bmp
format).
I'm trying to port this code to Excel.
I'm looking for some graphical control that allows for such manipulation.
For example, that allows for raw inserting of BMP data into it.
--
PL
|