I have numerous worksheets that I would like to save as images for static
display. I have all the automation written in VBA except this last piece.
I have numerous worksheets that I would like to save as images for static
display. I have all the automation written in VBA except this last piece.
You can browse over Mr. Stephen Bullen page:
http://www.oaltd.co.uk/DLCount/DLCou...stePicture.zip
halim
reeper menuliskan:
> I have numerous worksheets that I would like to save as images for static
> display. I have all the automation written in VBA except this last piece.
You can browse over Mr. Stephen Bullen page:
http://www.oaltd.co.uk/DLCount/DLCou...stePicture.zip
halim
reeper menuliskan:
> I have numerous worksheets that I would like to save as images for static
> display. I have all the automation written in VBA except this last piece.
you may helpfull if visit : Bullens page --> www.oaltd.co.uk
"reeper" wrote:
> I have numerous worksheets that I would like to save as images for static
> display. I have all the automation written in VBA except this last piece.
There isn't a chart in my worksheets... only data. So this doesn't accomplish
copying the worksheet contents, only a chart if I have one. Thanks anyway.
"Halim" wrote:
> you may helpfull if visit : Bullens page --> www.oaltd.co.uk
>
> "reeper" wrote:
>
> > I have numerous worksheets that I would like to save as images for static
> > display. I have all the automation written in VBA except this last piece.
Stephen Bullen's PastePicture example only needs a minor modifiction change
from a picture to a cell range.
Find the two places in the form code that look like this
Sheet1.ChartObjects(1).Chart.Copy etc
and replace with
Range("A1:j26").Copy xlScreen, lPicType
Toggle the picture format options and save the image.
Also record macros while doing
Shift-Edit > Copy Picture...
Saving as a jpeg involves a lot more work, use a third party app to 'batch
convert' files from bmp or wmf to jpg. IrfanView is very good.
Regards,
Peter T
"reeper" <[email protected]> wrote in message
news:[email protected]...
> There isn't a chart in my worksheets... only data. So this doesn't
accomplish
> copying the worksheet contents, only a chart if I have one. Thanks anyway.
>
> "Halim" wrote:
>
> > you may helpfull if visit : Bullens page --> www.oaltd.co.uk
> >
> > "reeper" wrote:
> >
> > > I have numerous worksheets that I would like to save as images for
static
> > > display. I have all the automation written in VBA except this last
piece.
Typo -
> Stephen Bullen's PastePicture example only needs a minor modifiction
change
> from a picture to a cell range.
Stephen Bullen's PastePicture example only needs a minor modification change
the picture from a chart to a cell range.
Peter T
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks