LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 6
Default Camera picture resolution or sharpness

I used the camera icon to make a preview window/picture of a range of cells.. In that range I am creating a label basically. I then use the camera icon to take a snapshot of that area and then paste in on the sheet 11 more times. This way I have a full sheet of 12 labels (labels for sticking on a chemical bottle, OSHA MSDS info).
The question I have is about the shape object or picture that is created. It does not look as clear as the original cells that it is taking a picture of. I select the "picture" and I get the Picture Tools - Format tab from pop up. From there I can go to the "Corrections" drop down and there is a sharpen option. I can also go to format the picture and I see "Sharpness" slider and text box. But when I go to make changes to any of these they just go back to 0%.
Is there something I am doing wrong or can this only be changed by code?
I have some code, see below, that will change the brightness and contrast but nothing that changes the Sharpness of the picture, that I can find.

Does anyone know how to increase the sharpness or resolution of the picture taken by the camera icon?

Thanks
Scott Riddle


Sub TestCode()
'
ActiveSheet.Shapes.Range(Array("Picture 65")).Select
ActiveSheet.Shapes.Range(Array("Picture 65")).PictureFormat.IncrementBrightness = 0.1
ActiveSheet.Shapes.Range(Array("Picture 65")).PictureFormat.Contrast = 0

End Sub
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Import Picture from camera Greg B[_3_] Excel Programming 0 February 28th 08 06:52 AM
Inserting picture from Camera Greg B[_3_] Excel Programming 1 February 28th 08 05:18 AM
Printing move my camera picture Christina Excel Programming 0 November 8th 07 06:11 PM
Making a camera picture appear/disappear Bob Excel Programming 4 September 4th 07 04:56 PM
Inserting Picture from Camera Gary H Excel Programming 0 July 11th 04 07:00 AM


All times are GMT +1. The time now is 02:50 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"