LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 9
Default CopyPicture method of range class failed using RangeName

All,

I have a worksheet where I am cycling through some pivot tables and
copying a range defined by a range name to an output sheet. The range
being copied includes a chart and a few rows of cells. I keep getting
a
Run-Time Error '1004':
CopyPicture method of range class failed

I believe the syntax is correct because if I use error code and use
resume it will continue after 0 to <15 tries?

Anyone have any experience with this issue?

I have tried both options below:
Range(strRangeName).CopyPicture Appearance:=xlScreen,
Format:=xlPicture

Worksheets(SourceSheetName).Range(strRangeName).Co pyPicture
Appearance:=xlScreen, Format:=xlPicture
 
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
CopyPicture method (# 1004) failed Dreiding Excel Programming 0 February 4th 08 10:27 PM
PasteSpecial method for range class failed Naga Kiran Excel Programming 1 October 17th 07 08:32 PM
Select method of range class failed sa02000[_5_] Excel Programming 5 October 5th 05 09:10 AM
select method of range class failed Joseph[_40_] Excel Programming 0 September 28th 04 04:08 PM
Copypicture method failed Kamal[_5_] Excel Programming 2 April 22nd 04 11:31 AM


All times are GMT +1. The time now is 02:49 PM.

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"