jalanthomas
New Member
- Joined
- Sep 16, 2009
- Messages
- 3
First . . . I did search the Internet, found some similar-sound problems, but none of their suggestions worked. . . .
I am using Excel 2007 on Windows Vista (Home edition). For months I have been developing some VBA code for Excel, with no problems. All of a sudden, I constantly get the error message "The picture is too large and will be truncated" when I close the Excel file with the VBA code.
To be more specific, if I open the spreadsheet containing the code, run the code, and then try to close the spreadsheet, I get this error.
I tried changing screen resolution, turned off the Windows "Clip Organizer", and restarted the computer. None of these suggestions help.
The VBA code does, at one point, insert a [PNG] picture from a file. However, this part is not new. In addition, I have tried to be careful to turn off CutCopyMode after the insertion, and also to set related objects to nothing at the end of the Sub. The only recent difference is that the size of the Excel file has recently grown to over 500KB.
Any ideas as to what I might try to get around this problem?
TIA, Alan
I am using Excel 2007 on Windows Vista (Home edition). For months I have been developing some VBA code for Excel, with no problems. All of a sudden, I constantly get the error message "The picture is too large and will be truncated" when I close the Excel file with the VBA code.
To be more specific, if I open the spreadsheet containing the code, run the code, and then try to close the spreadsheet, I get this error.
I tried changing screen resolution, turned off the Windows "Clip Organizer", and restarted the computer. None of these suggestions help.
The VBA code does, at one point, insert a [PNG] picture from a file. However, this part is not new. In addition, I have tried to be careful to turn off CutCopyMode after the insertion, and also to set related objects to nothing at the end of the Sub. The only recent difference is that the size of the Excel file has recently grown to over 500KB.
Any ideas as to what I might try to get around this problem?
TIA, Alan