LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #6   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 21
Default CopyPicture

Remi,

It "works" in the meaning that it doesn't generate an error message,
but it seems as if the picture isn't complete when pasted into Word.

I get somewhat different results if I paste the copied picture onto an
Excel sheet first and then copy that image into Word.

If you wish, you may send me the file and I'll see if I can copy an image
into Word. Send it to ture at turedata dot se

--
Ture Magnusson
Microsoft MVP - Excel
Karlstad, Sweden


"Remi" wrote in message
...
The macro CopyPicture "works"...?
Do you really have the selected cells ? If you have "My
Test" as value in then cell IV65536, do you find the same
in the image ?

-----Original Message-----
Remi,

This works on my machine, and I can paste the picture

into Word:
Range("A1:IV65536").CopyPicture _
Appearance:=xlScreen, _
Format:=xlPicture

However, this one cannot be handled:
Range("A1:IV65536").CopyPicture _
Appearance:=xlScreen, _
Format:=xlBitmap

My machine has 1 GB RAM, Win XP Pro and Excel 2002


--
Ture Magnusson
Microsoft MVP - Excel
Karlstad, Sweden

"Remi" wrote in message
...
Thank you for the tip "SHIFT key".

"Copy Picture" do the same as my macro:
ActiveSheet.Cells.CopyPicture [xlScreen/xlPrinter],
[xlPicture/xlBitmap]
But now I can see a message :
"this image is too large and will be truncated"
(translated from french with www.google.com)

It seem to be no way for a large selection of cells,

and I
will have to concatenate several little pictures
acceptable from Excel to have the expected one !?

Remi
-----Original Message-----
Remi,

Does this work better...?

1. Select the range
2. Hold down SHIFT key while opening Edit menu
(lookie! there are some new menu items now!)
3. Select Copy Picture... Click OK
4. Switch to Word and paste

--
Ture Magnusson
Microsoft MVP - Excel
Karlstad, Sweden

"Remi" wrote in

message
...
Hi,
When you paste a Range of Cells as an image, the

size of
the image is limited.
(You can try with a wide selection of cells; do copy,
open
a new word Document, do Edit/Paste Special/Image. The
image will be smaller than you expect.)
Does anybody know how can I workaround ?
Thanks!
Remi


.



.



 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Range CopyPicture() GS80 Charts and Charting in Excel 8 January 30th 08 03:41 PM
Control size of chart - CopyPicture Fredrik E. Nilsen Charts and Charting in Excel 0 April 20th 07 05:51 PM
CopyPicture ????? Paul Smith Charts and Charting in Excel 3 February 15th 05 10:49 PM


All times are GMT +1. The time now is 09:27 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"