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: 1
Default Disappearing Images

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).Selec t
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?

 
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
Chart.Export images are shrinking as I export more images Jared Charts and Charting in Excel 3 January 29th 08 03:23 AM
Worksheet disappearing Shavey Excel Worksheet Functions 0 October 20th 06 05:14 AM
Disappearing act! JLGWhiz Excel Programming 7 September 9th 06 07:53 PM
Add-Ins Disappearing? Ben Excel Discussion (Misc queries) 3 July 18th 05 10:39 AM
Disappearing Posts MWE Excel Programming 2 February 3rd 04 02:58 PM


All times are GMT +1. The time now is 05:42 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"