+ Reply to Thread
Results 1 to 3 of 3

Copying in VBA

  1. #1

    Copying in VBA

    I have a question and I would appreciate any tips. I have coded a
    command button that allows for copying some data from one worksheet to
    another. But when I go back to the worksheet copied from the range is
    still selected for copying. How can I make sure my user doesn't see
    this?

    Thanks!
    Julia


  2. #2
    Bob Phillips
    Guest

    Re: Copying in VBA


    Application.CutCopyMode = False

    --

    HTH

    RP
    (remove nothere from the email address if mailing direct)


    <[email protected]> wrote in message
    news:[email protected]...
    > I have a question and I would appreciate any tips. I have coded a
    > command button that allows for copying some data from one worksheet to
    > another. But when I go back to the worksheet copied from the range is
    > still selected for copying. How can I make sure my user doesn't see
    > this?
    >
    > Thanks!
    > Julia
    >




  3. #3
    Jan Karel Pieterse
    Guest

    Re: Copying in VBA

    > But when I go back to the worksheet copied from the range is
    > still selected for copying. How can I make sure my user doesn't see
    > this?
    >


    Add

    Application.CutCopyMode=False

    after the paste is done.

    Regards,

    Jan Karel Pieterse
    Excel MVP
    http://www.jkp-ads.com


+ 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