PC Review


Reply
Thread Tools Rate Thread

Disappearing Images

 
 
penst8wx
Guest
Posts: n/a
 
      10th Mar 2008
I have an excel file that contains two images. These two images are dynamic
and are inserted to the file via the following code:

ActiveSheet.Shapes("Map").Select
Selection.Delete

ActiveSheet.Pictures.Insert(FullMapFileName).Select
With Selection
.Name = "Map"
.Top = Cells(12, 1).Top
.Left = Cells(12, 1).Left
.ShapeRange.ScaleWidth 0.77, msoFalse, msoScaleFromTopLeft
.ShapeRange.IncrementLeft 10
.ShapeRange.IncrementTop 3
End With

The images initially appear fine in the sheet, but when I go to print the
sheet, they print fine but they disappear on the screen. If I close the file
and reopen it the images are still there. Does anyone have any ideas what is
going on here. We have been using this spreadsheet in excel 2003 for several
years now with no problems. Are there problems with 2007 that would cause
this?

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Images disappearing tlowes Windows XP Internet Explorer 1 24th Oct 2006 06:49 AM
Disappearing images Belle Windows XP Video 4 22nd Mar 2005 07:39 PM
disappearing Images =?Utf-8?B?bGFycnkgRw==?= Microsoft Powerpoint 1 27th Oct 2004 10:50 PM
Images disappearing LV Microsoft Powerpoint 1 28th Sep 2004 04:16 AM
disappearing images Ivor Davies Microsoft Frontpage 9 24th Dec 2003 10:53 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 07:22 AM.