vba - Convert an embedded Excel Picture into an Object -




i created logo in publisher. using techsmith snagit, captured image , saved jpeg. fetched image inside of excel , placed in sized cell(s)

i don't want have file has image (have seen in researching solutions) -- nevertheless, must self-contained in excel vba application.

excel (2013) has tendency either erase image or creeps when app opened on other displays. (and activex controls, too)

so... friend wrote code stretches or centers activex controls inside cells. works brilliantly, except want apply code picture (say picture 12) ... logo ...

if convert picture object (similar commandbutton or spinbutton, think code work.

my work around had been insert logo bitmap commandbutton, , apply stretching code button... have image size limitations , bitmap of low resolution, makes beautiful logo terrible.

any suggestions appreciated.

maybe use base64

inserting image sheet using base64 in vba?

https://www.base64-image.de/





wiki

Comments

Popular posts from this blog

Asterisk AGI Python Script to Dialplan does not work -

python - Read npy file directly from S3 StreamingBody -

kotlin - Out-projected type in generic interface prohibits the use of metod with generic parameter -