Edit Copy Picture resolution issue

K

kissofthegypsy

All

I am using the code below to extract a gif so I can paste an image to a
project status report following the application of a filter.

My problem is that the resolution of the output is 96DPI and when I blow it
up and represent it, the image is blurred.

Does anyone have any ideas what I can do do increase the resolution?

Many thanks

Sean

EditCopyPicture Object:=False, ForPrinter:=pjGIF, SelectedRows:=1,
FromDate:="01/07/2009", ToDate:="30/06/2010", _
filename:="C:\SICS\" & sinum(x) & ".gif",
ScaleOption:=pjCopyPictureScaleWRatio
 
R

Rod Gill

You will need to use a third party screen capture tool, but you won't be
able to use VBA to do that.

--

Rod Gill
Microsoft MVP for Project - http://www.project-systems.co.nz

Author of the only book on Project VBA, see: http://www.projectvbabook.com




kissofthegypsy said:
All

I am using the code below to extract a gif so I can paste an image to a
project status report following the application of a filter.

My problem is that the resolution of the output is 96DPI and when I blow
it
up and represent it, the image is blurred.

Does anyone have any ideas what I can do do increase the resolution?

Many thanks

Sean

EditCopyPicture Object:=False, ForPrinter:=pjGIF, SelectedRows:=1,
FromDate:="01/07/2009", ToDate:="30/06/2010", _
filename:="C:\SICS\" & sinum(x) & ".gif",
ScaleOption:=pjCopyPictureScaleWRatio

__________ Information from ESET Smart Security, version of virus
signature database 5048 (20100421) __________

The message was checked by ESET Smart Security.

http://www.eset.com

__________ Information from ESET Smart Security, version of virus signature database 5048 (20100421) __________

The message was checked by ESET Smart Security.

http://www.eset.com
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Date Range bug in VB? 6

Top