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
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