Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi Folkz.
I do have a really huge Excel-file with several sheets. I already did a lot of macro-programming. What I do need now is an automatization of making/generating screenshots of a sheet through macros. Manually you would hit the "Print" Button on your keyboard an paste it from the clipboard into mspaint and save the picture on your HDD. So how can I do this automatically without having a person to do it? Any suggestions? I really appreciate your input! Thx, so long Jan |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
start customizing your toolbars..
you'll find the Camera in Tools category... drag it on a visible toolbar and experiment. it'll make a picture AND/BUT it'll keep the picture updated.. have a look... it can be just what you need :) keepITcool < email : keepitcool chello nl (with @ and .) < homepage: http://members.chello.nl/keepitcool (Jan K.) wrote: Hi Folkz. I do have a really huge Excel-file with several sheets. I already did a lot of macro-programming. What I do need now is an automatization of making/generating screenshots of a sheet through macros. Manually you would hit the "Print" Button on your keyboard an paste it from the clipboard into mspaint and save the picture on your HDD. So how can I do this automatically without having a person to do it? Any suggestions? I really appreciate your input! Thx, so long Jan |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
keepitcool,
Thanks for this info - BUT - I tried it out and it works great if the Zoom is at 100%. Reduce the Zoom and the image text starts getting distorted. steve "keepitcool" wrote in message ... start customizing your toolbars.. you'll find the Camera in Tools category... drag it on a visible toolbar and experiment. it'll make a picture AND/BUT it'll keep the picture updated.. have a look... it can be just what you need :) keepITcool < email : keepitcool chello nl (with @ and .) < homepage: http://members.chello.nl/keepitcool (Jan K.) wrote: Hi Folkz. I do have a really huge Excel-file with several sheets. I already did a lot of macro-programming. What I do need now is an automatization of making/generating screenshots of a sheet through macros. Manually you would hit the "Print" Button on your keyboard an paste it from the clipboard into mspaint and save the picture on your HDD. So how can I do this automatically without having a person to do it? Any suggestions? I really appreciate your input! Thx, so long Jan |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
hey...
don't complain. you wanted a suggestion :) is it a nice tool or what? also 'this puts a emf on the clipboard Sheets(1).Range("a10:d10").CopyPicture xlscreen, xlpicture 'this a bitmap Sheets(1).Range("a10:d10").CopyPicture xlscreen, xlpicture 'this pastes it to 2nd sheet Sheets(2).paste 'now save the sheet as a webpage.. and you'll have gifs there's stdole.SavePicture /Loadpicture but these use stdpicture format and ipictdisp which are different from excel.picture now the prob is to find a control which allows pasting (a userform with an image on it might do it).. then use savepicture to save to disk.... also an imagelist (microsoft windows common controls) may do this.. sorry I'm at the edge of my knowledge here... :( re zoom distortion: on my excelXP / winXP i've got no distortion probs. if you reduce zoom, excel will swap to a different font (smalle.fon or smallf.fon depending on dpi setting) but that's a general issue not related to camera. it will stretch on resize.. but you can lock the shape to prevent that greetz & nice weekend keepITcool < email : keepitcool chello nl (with @ and .) < homepage: http://members.chello.nl/keepitcool "steve" wrote: keepitcool, Thanks for this info - BUT - I tried it out and it works great if the Zoom is at 100%. Reduce the Zoom and the image text starts getting distorted. steve |
#5
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
not complaining... you have put some great stuff into this group.
You show a novel way at looking at the problems. Refreshing! just commenting. Also - liked your checkmark idea (autocorrect). but the only symbol I could find was in a different font (wingdings). So what do you suggest besides reformatting the font. steve "keepitcool" wrote in message ... hey... don't complain. you wanted a suggestion :) is it a nice tool or what? also 'this puts a emf on the clipboard Sheets(1).Range("a10:d10").CopyPicture xlscreen, xlpicture 'this a bitmap Sheets(1).Range("a10:d10").CopyPicture xlscreen, xlpicture 'this pastes it to 2nd sheet Sheets(2).paste 'now save the sheet as a webpage.. and you'll have gifs there's stdole.SavePicture /Loadpicture but these use stdpicture format and ipictdisp which are different from excel.picture now the prob is to find a control which allows pasting (a userform with an image on it might do it).. then use savepicture to save to disk.... also an imagelist (microsoft windows common controls) may do this.. sorry I'm at the edge of my knowledge here... :( re zoom distortion: on my excelXP / winXP i've got no distortion probs. if you reduce zoom, excel will swap to a different font (smalle.fon or smallf.fon depending on dpi setting) but that's a general issue not related to camera. it will stretch on resize.. but you can lock the shape to prevent that greetz & nice weekend keepITcool < email : keepitcool chello nl (with @ and .) < homepage: http://members.chello.nl/keepitcool "steve" wrote: keepitcool, Thanks for this info - BUT - I tried it out and it works great if the Zoom is at 100%. Reduce the Zoom and the image text starts getting distorted. steve |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Automatic design for Excel | Excel Discussion (Misc queries) | |||
Excel automatic tab | Excel Worksheet Functions | |||
Pasting Screenshot in shared workbook | Excel Discussion (Misc queries) | |||
automatic return in excel | Excel Discussion (Misc queries) | |||
How do I do automatic backups in excel xp? | Excel Discussion (Misc queries) |