Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Background Copy Distorted

I'm using some simple code to copy a map that has some lat/lon point
plotted on it. The following code selects the range on the workshee
with the map and points and then paste them on a new worksheet. Th
problem is on the map sheet the background image is placed in the uppe
left corner (A1), but when I paste in the other form the image start
about 8 columns over and 4 rows down so I get the tiled effect. I'v
tried just doing a screen shot but ran into more hassle then it seeme
worth. Any suggestions?

With Worksheets(map)
.Range(.Cells(1, 1), .Cells(MaxRow, MaxCol)). _
CopyPicture xlScreen, xlBitmap
End With

With Worksheets(Worksheets.count)
.Paste Destination:=.Range("A" & int_PasteRow)
End With

The green points on the attached screenshot show the boundries of th
map. You can see on the top shot how the boundries fall perfectl
around the map, but the pasted portion is shifted and tiled

Attachment filename: ss.jpg
Download attachment: http://www.excelforum.com/attachment.php?postid=55587
--
Message posted from http://www.ExcelForum.com

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
Please share how to place DRAFT Copy in Excel in background Cimjet[_2_] Excel Discussion (Misc queries) 0 June 25th 08 12:07 AM
How to make a cell copy the info from another (background colour i whrs09 New Users to Excel 1 November 29th 07 01:31 AM
Plot area distorted when I copy Excel chart into Powerpoint [email protected] Charts and Charting in Excel 1 May 17th 07 12:56 PM
How do I copy background (wallpaper) from one worksheet to another jewels4jesus3 Excel Discussion (Misc queries) 0 June 20th 06 04:10 PM
Distorted Excel chart fonts when copy/paste to Word or Powerpoint JJMB Charts and Charting in Excel 2 March 18th 06 06:43 PM


All times are GMT +1. The time now is 10:31 AM.

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"