+ Reply to Thread
Results 1 to 4 of 4

copy paste values only using destination:=

  1. #1
    Spike
    Guest

    copy paste values only using destination:=

    Is it possible to use the copy past destination one liner to paste values
    only?? If so i would be very grateful for the relevant code

    Many thanks
    --
    with kind regards

    Spike

  2. #2
    Don Guillett
    Guest

    Re: copy paste values only using destination:=

    try
    range("a1")=range("b2")

    --
    Don Guillett
    SalesAid Software
    dguillett1@austin.rr.com
    "Spike" <Spike@discussions.microsoft.com> wrote in message
    news:82E53847-7C75-4BF0-8F3D-26F89DDDE65A@microsoft.com...
    > Is it possible to use the copy past destination one liner to paste values
    > only?? If so i would be very grateful for the relevant code
    >
    > Many thanks
    > --
    > with kind regards
    >
    > Spike




  3. #3
    Spike
    Guest

    Re: copy paste values only using destination:=

    Obvious i suppose really!!!

    Sorry brain totally out of gear. Many thanks.
    --
    with kind regards

    Spike


    "Don Guillett" wrote:

    > try
    > range("a1")=range("b2")
    >
    > --
    > Don Guillett
    > SalesAid Software
    > dguillett1@austin.rr.com
    > "Spike" <Spike@discussions.microsoft.com> wrote in message
    > news:82E53847-7C75-4BF0-8F3D-26F89DDDE65A@microsoft.com...
    > > Is it possible to use the copy past destination one liner to paste values
    > > only?? If so i would be very grateful for the relevant code
    > >
    > > Many thanks
    > > --
    > > with kind regards
    > >
    > > Spike

    >
    >
    >


  4. #4
    Don Guillett
    Guest

    Re: copy paste values only using destination:=

    Glad to help.
    For an entire range use
    range("a1:a5").value=range("b1:b5").value

    --
    Don Guillett
    SalesAid Software
    dguillett1@austin.rr.com
    "Spike" <Spike@discussions.microsoft.com> wrote in message
    news:5E47845A-3229-44A9-B07E-CAA06C59B780@microsoft.com...
    > Obvious i suppose really!!!
    >
    > Sorry brain totally out of gear. Many thanks.
    > --
    > with kind regards
    >
    > Spike
    >
    >
    > "Don Guillett" wrote:
    >
    >> try
    >> range("a1")=range("b2")
    >>
    >> --
    >> Don Guillett
    >> SalesAid Software
    >> dguillett1@austin.rr.com
    >> "Spike" <Spike@discussions.microsoft.com> wrote in message
    >> news:82E53847-7C75-4BF0-8F3D-26F89DDDE65A@microsoft.com...
    >> > Is it possible to use the copy past destination one liner to paste
    >> > values
    >> > only?? If so i would be very grateful for the relevant code
    >> >
    >> > Many thanks
    >> > --
    >> > with kind regards
    >> >
    >> > Spike

    >>
    >>
    >>




+ 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