Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default Pasting objects in Excel

I'm using lots of arrows in an Excel spreadsheet, so I'm copying and pasting
the same arrow over and over. Every time I paste the object, it appears in
random locations, usually off-screen, so I have to scroll around to find it.
It doesn't seem to make a difference where I place the pointer, or whether I
use a right-click option or keyboard shortcut. How can I make objects paste
where I want them?
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 9,101
Default Pasting objects in Excel

Use a simple macro

Sub Addline()

BeginXArrow = ActiveCell.Left
EndXArrow = BeginXArrow + 25
BeginYArrow = ActiveCell.Top
EndYArrow = BeginYArrow + 25

ActiveSheet.Shapes.Addline _
BeginXArrow, BeginYArrow, EndXArrow, EndYArrow
End Sub


"Blacktom" wrote:

I'm using lots of arrows in an Excel spreadsheet, so I'm copying and pasting
the same arrow over and over. Every time I paste the object, it appears in
random locations, usually off-screen, so I have to scroll around to find it.
It doesn't seem to make a difference where I place the pointer, or whether I
use a right-click option or keyboard shortcut. How can I make objects paste
where I want them?

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
Excel and Busines Objects . . Rachel Costanza[_2_] Excel Discussion (Misc queries) 2 November 11th 08 07:06 AM
PowerPoint objects in Excel suzdapocho Excel Discussion (Misc queries) 0 March 25th 08 06:34 PM
Pasting on Filtered Data Sheets without pasting onto hidden cells CCSMCA Excel Discussion (Misc queries) 1 August 28th 05 01:22 PM
Pasting Objects into Chart title and Axis title Sam Charts and Charting in Excel 1 June 6th 05 08:50 PM
Pasting numbers and formulas without pasting format. Dan Excel Discussion (Misc queries) 3 March 27th 05 03:47 AM


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