Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
First, I want to thank all who participate in this group. I am most
grateful for all the help. I've learned things here that I never would have found on my own. My current problem. I've designed a number of very nice icons for my commandbar buttons. But when the pasteface method puts them on the buttons, my icons show up fuzzy rather than showing up crisp and clean, as they were designed. It seems that the pasteface method includes some sort of digital smoothing algorithm. My icons look awful after passing through the digital smoothing thing. But the built-in icons look great, unfuzzy, and very clean. Does anyone know how to turn that smoothing stuff off? Tony Rizzo |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
See this discussion:
http://tinyurl.com/89rff -- Regards, Tom Ogilvy "Tony Rizzo" wrote in message ... First, I want to thank all who participate in this group. I am most grateful for all the help. I've learned things here that I never would have found on my own. My current problem. I've designed a number of very nice icons for my commandbar buttons. But when the pasteface method puts them on the buttons, my icons show up fuzzy rather than showing up crisp and clean, as they were designed. It seems that the pasteface method includes some sort of digital smoothing algorithm. My icons look awful after passing through the digital smoothing thing. But the built-in icons look great, unfuzzy, and very clean. Does anyone know how to turn that smoothing stuff off? Tony Rizzo |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Don't copy the picture, use CopyPicture instead:
ActiveSheet.DrawingObjects(picFaceId).CopyPicture xlScreen, xlBitmap where picFaceID is the name given to the icon picture embedded in the worksheet. - Jon ------- Jon Peltier, Microsoft Excel MVP Peltier Technical Services Tutorials and Custom Solutions http://PeltierTech.com/ _______ Tony Rizzo wrote: First, I want to thank all who participate in this group. I am most grateful for all the help. I've learned things here that I never would have found on my own. My current problem. I've designed a number of very nice icons for my commandbar buttons. But when the pasteface method puts them on the buttons, my icons show up fuzzy rather than showing up crisp and clean, as they were designed. It seems that the pasteface method includes some sort of digital smoothing algorithm. My icons look awful after passing through the digital smoothing thing. But the built-in icons look great, unfuzzy, and very clean. Does anyone know how to turn that smoothing stuff off? Tony Rizzo |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel 2003 Toolbar Icons are fuzzy and out of focus | Excel Discussion (Misc queries) | |||
fuzzy match | Excel Discussion (Misc queries) | |||
My toolbar icons are fuzzy, how do I make them sharp? | Excel Discussion (Misc queries) | |||
Fuzzy Matching | Excel Programming | |||
PasteFace-Problem | Excel Programming |