#1   Report Post  
Posted to microsoft.public.excel.misc
sungen99
 
Posts: n/a
Default Copy highlighted.


I need a macro that will take whatever I highlight (left click) and
append it to another file. Can that be done?

Thank you for your help.

Ken


--
sungen99
------------------------------------------------------------------------
sungen99's Profile: http://www.excelforum.com/member.php...fo&userid=9144
View this thread: http://www.excelforum.com/showthread...hreadid=539344

  #2   Report Post  
Posted to microsoft.public.excel.misc
Don Guillett
 
Posts: n/a
Default Copy highlighted.

The macro recorder is your friend. Just modify
Sub Macro2()
'
' Macro2 Macro
' Macro recorded 5/5/2006 by Don Guillett
'

'
' Range("A13:A14").Select
' Selection.Copy
'Range("D12").Select
' ActiveSheet.Paste
Application.CutCopyMode = False
End Sub

sub copyselected()
selection.copy range("d12")
end sub
--
Don Guillett
SalesAid Software

"sungen99" wrote in
message ...

I need a macro that will take whatever I highlight (left click) and
append it to another file. Can that be done?

Thank you for your help.

Ken


--
sungen99
------------------------------------------------------------------------
sungen99's Profile:
http://www.excelforum.com/member.php...fo&userid=9144
View this thread: http://www.excelforum.com/showthread...hreadid=539344



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
Disable Cut & Copy then restore on exiting sparx Excel Discussion (Misc queries) 0 April 30th 06 08:43 PM
copy between worksheets does not copy formulae just values Chris@1000 Oaks Excel Discussion (Misc queries) 0 March 19th 06 11:44 AM
Ignoring highlighted cells frustrated Excel Worksheet Functions 14 December 15th 05 09:02 AM
Copy shortcut BJH Excel Worksheet Functions 0 August 10th 05 12:41 AM
Copy without Hidden Cols - How abrogard Excel Discussion (Misc queries) 1 July 15th 05 07:54 AM


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