Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I used Andy Pope's add-in to save my custom button icons as .bmp files.
To use them in my add-in, instead of trying to load them from the .bmp files directly, I used insert/image to put each .bmp on a worksheet in my add-in. I then use code to paste them to my new toolbar. The problem is that I seem to have quality problems in (at least) two places; when I insert a .bmp and enlarge it for analysis, the picture is similar to the original, but blurry (I'd expect it to just show a large 16x16 block of colors). Then when I paste it to the toolbar- then copy that image back into Andy Pope's editor, the end result shows that the image had further degraded. I'd like a clean (and transparent) .bmp on my final toolbar, but many google searches have turned up nothing. Is there a preferred approach to ensure that the button image quality remains stable/clean all the way through to the final toolbar? Thanks! Keith |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
After many google searches, I quit searching with words like 'Excel VBA
custom toolbar icon fuzzy blurry quality' and used just "pasteface". I found Jon Peltier's excellent suggestion here, and now I have clean icons. http://www.eggheadcafe.com/forumarch...st23958841.asp This response posted to close out the thread and archive the solution for future searchers. Thanks, Keith "ker_01" wrote in message ... I used Andy Pope's add-in to save my custom button icons as .bmp files. To use them in my add-in, instead of trying to load them from the .bmp files directly, I used insert/image to put each .bmp on a worksheet in my add-in. I then use code to paste them to my new toolbar. The problem is that I seem to have quality problems in (at least) two places; when I insert a .bmp and enlarge it for analysis, the picture is similar to the original, but blurry (I'd expect it to just show a large 16x16 block of colors). Then when I paste it to the toolbar- then copy that image back into Andy Pope's editor, the end result shows that the image had further degraded. I'd like a clean (and transparent) .bmp on my final toolbar, but many google searches have turned up nothing. Is there a preferred approach to ensure that the button image quality remains stable/clean all the way through to the final toolbar? Thanks! Keith |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Fix poor image quality when pasting from excel to powerpoint? | Charts and Charting in Excel | |||
Is there any way to search image of my local drive with Image name or Image Title, Description | Excel Programming | |||
Newbie needs translation of Andy Pope's code | Excel Programming | |||
Toolbar Button Image Question | Excel Worksheet Functions | |||
Extract image from toolbar button | Excel Programming |