Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default How to? Copy from one location to multiple locations (easy)?

Good day,

I would like to know how I can specify one copy location (using CtrlC)
and then mark/indicate multiple locations where the paste should take
place. Is this possable? This will beat the copy + paste procedure
times 20 that I am currently doing.

Kind regards

George

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default How to? Copy from one location to multiple locations (easy)?

Just select the multiple locations and do Ctrl+V

in code

ActiveCell.Copy _
Destination:=Range("A1,B9,C3,D5:E7,F10")

--

Regards,
Tom Ogilvy


wrote in message
oups.com...
Good day,

I would like to know how I can specify one copy location (using CtrlC)
and then mark/indicate multiple locations where the paste should take
place. Is this possable? This will beat the copy + paste procedure
times 20 that I am currently doing.

Kind regards

George



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 18
Default How to? Copy from one location to multiple locations (easy)?

Thank you Tom.
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
Multiple Users - Different PC/Locations teelee Excel Worksheet Functions 2 January 7th 10 05:37 AM
Copy links to other locations Miriam Excel Worksheet Functions 0 March 27th 09 05:58 PM
Ranking based on sum across multiple locations Ryan[_3_] Excel Worksheet Functions 1 February 28th 08 09:19 PM
Save document to multiple locations Bob[_13_] New Users to Excel 1 January 19th 08 08:29 PM
save to multiple locations simultaneously MOSwannabe Excel Discussion (Misc queries) 1 October 29th 07 07:00 PM


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