Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 19
Default Paste Graphics in a specific Loacation

Hello all and thanks in advance,

Situation:
I have 3 sheets in a workbook.

Logos = Shapes of Arrows (up, down, flat)
Data = (pivot tables)
Reprot = Pretty front end for customers

Here is what i need to do:
On the Data sheet there are 8 cells which contain either Arw_up,
Arw_down, Arw_flat
Based on this I would like to go to Cell Data!A1 which is Arw_up, go
the the logos page and get the shape titled "Arw_Up" and paste it to
the report page in cell H32, and on the report page I want the arrow in
the top left part of the cell H32.

This happens 8 times for each of the numbers the customer is looking
at.

I have tried this, but it does not move the shape to the top and left
(It moves the one on the logos sheet to the top left, not the report
sheet)

Dim Myshape as Shape
Set myspahe = Worksheets("Logos).Shapes('Arw_up")

Myshape.Copy
Sheets('Report").Activate
Range("H32").Select
Activesheet.Paste
Myshape.Top = 0
Myshape.left = 0


Any ideas?

Doug

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
Finding the cell loacation that matches a specific value in a rang Zuo Excel Worksheet Functions 3 February 24th 10 10:09 PM
make it easy to turn off the little paste option graphics devinmckinney Excel Worksheet Functions 1 May 24th 06 08:40 PM
Mass Delete/Paste Graphics in a Workbook Phil H[_2_] Excel Programming 3 May 9th 06 02:15 AM
copy and paste graphics into comment boxes steve Excel Programming 0 June 24th 05 03:38 AM
Excel/VB Copy/Paste of Graphics Dave Peterson[_3_] Excel Programming 0 August 28th 04 01:22 AM


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