+ Reply to Thread
Results 1 to 7 of 7

How can I save a worksheet as a jpeg file?

  1. #1
    reeper
    Guest

    How can I save a worksheet as a jpeg file?

    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.

  2. #2
    halim
    Guest

    Re: How can I save a worksheet as a jpeg file?

    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.



  3. #3
    halim
    Guest

    Re: How can I save a worksheet as a jpeg file?

    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.



  4. #4
    Halim
    Guest

    RE: How can I save a worksheet as a jpeg file?

    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.


  5. #5
    reeper
    Guest

    RE: How can I save a worksheet as a jpeg file?

    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.


  6. #6
    Peter T
    Guest

    Re: How can I save a worksheet as a jpeg file?

    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.



  7. #7
    Peter T
    Guest

    Re: How can I save a worksheet as a jpeg file?

    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



+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1