Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
Ed Ed is offline
external usenet poster
 
Posts: 65
Default "Picture too large/truncated" error?

I set a range one column by 189 rows, copy, and paste it into another
range. I get "the picture is too large and will be truncated" error
message. I'm using:

With wkb.Worksheets(strBch)
Set rngInfo = .Range(.Cells(5, numCol), .Cells(189, numCol))
End With

With wkb.Worksheets(strWks)
Set rngShow = .Range(.Cells(5, 4), .Cells(189, 4))
End With

rngInfo.Copy
rngShow.PasteSpecial xlPasteValuesAndNumberFormats

strBch and strWks are strings with Worksheets names.
numCol is a column called out by the code.
rngInfo has the information to be copied into rngShow.

Everything is text or numbers. Nothing exceeds the 256 character
limit. There are no comments. There are no pictures, images, clipart,
drawing items, shapes, charts, etc etc.

What am I doing to cause this? How can I get around it? Or at least
not have the alert come up. I have DisplayAlerts=False, but it still
comes up.

Ed

Reply
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
The picture is too large and will be truncated."-excel Warning kdhntr Excel Discussion (Misc queries) 0 April 5th 10 05:55 PM
The picture is too large and will be truncated CLR Excel Discussion (Misc queries) 7 February 11th 07 12:49 AM
The picture is too large and will be truncated Dhruba Bandopadhyay New Users to Excel 3 July 21st 06 04:40 PM
The picture is too large and will be truncated Dhruba Bandopadhyay Excel Worksheet Functions 3 July 21st 06 04:40 PM
The picture is too large and will be truncated Dhruba Bandopadhyay Excel Programming 3 July 21st 06 04:40 PM


All times are GMT +1. The time now is 03:18 PM.

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

About Us

"It's about Microsoft Excel"