+ Reply to Thread
Results 1 to 3 of 3

Paste a named range to another range in Excel

  1. #1
    David Jean
    Guest

    Paste a named range to another range in Excel

    I'm trying to wean one of our employees off Lotus 123. He wants to be able to
    paste/insert a range of cells that have been previously defined/named without
    having to go and copy it first. We are using Office 2003.

  2. #2
    Don Guillett
    Guest

    Re: Paste a named range to another range in Excel

    Sub getrng()
    Range("a18:c18").Value = Range("crrr").Value 'values
    Range("crrr").Copy Range("a19") 'forumlas
    End Sub

    --
    Don Guillett
    SalesAid Software
    donaldb@281.com
    "David Jean" <David Jean@discussions.microsoft.com> wrote in message
    news:5E4D7BEB-F01F-4AD4-AFC5-B25B479ECEB0@microsoft.com...
    > I'm trying to wean one of our employees off Lotus 123. He wants to be able

    to
    > paste/insert a range of cells that have been previously defined/named

    without
    > having to go and copy it first. We are using Office 2003.




  3. #3
    David Jean
    Guest

    Re: Paste a named range to another range in Excel



    "Don Guillett" wrote:

    > Sub getrng()
    > Range("a18:c18").Value = Range("crrr").Value 'values
    > Range("crrr").Copy Range("a19") 'forumlas
    > End Sub
    >
    > --
    > Don Guillett
    > SalesAid Software
    > donaldb@281.com
    > "David Jean" <David Jean@discussions.microsoft.com> wrote in message
    > news:5E4D7BEB-F01F-4AD4-AFC5-B25B479ECEB0@microsoft.com...
    > > I'm trying to wean one of our employees off Lotus 123. He wants to be able

    > to
    > > paste/insert a range of cells that have been previously defined/named

    > without
    > > having to go and copy it first. We are using Office 2003.

    >
    >
    >


+ 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