+ Reply to Thread
Results 1 to 2 of 2

Copy highlighted.

  1. #1
    Forum Contributor
    Join Date
    05-05-2004
    MS-Off Ver
    Office 365
    Posts
    651

    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

  2. #2
    Don Guillett
    Guest

    Re: 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
    [email protected]
    "sungen99" <[email protected]> wrote in
    message news:[email protected]...
    >
    > 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 to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1