+ Reply to Thread
Results 1 to 3 of 3

Large amount of info on the clipboard

  1. #1
    Registered User
    Join Date
    07-13-2005
    Posts
    89

    Large amount of info on the clipboard

    Hi everybody,

    My macro program involves moving large amount of info from one sheet to another. I keep getting the message that "There is a large amount of information on the Clipboard..." and is giving me the option to save it or delete those info. I don't need those info anymore so I just click on "No".

    Is there a way to disable this message via macro or setting in Excel/Windows?

  2. #2
    Trevor Shuttleworth
    Guest

    Re: Large amount of info on the clipboard

    ledzepe

    Application.DisplayAlerts = False
    ' your code
    Application.DisplayAlerts = True

    Regards

    True


    "ledzepe" <[email protected]> wrote in
    message news:[email protected]...
    >
    > Hi everybody,
    >
    > My macro program involves moving large amount of info from one sheet to
    > another. I keep getting the message that "There is a large amount of
    > information on the Clipboard..." and is giving me the option to save it
    > or delete those info. I don't need those info anymore so I just click on
    > "No".
    >
    > Is there a way to disable this message via macro or setting in
    > Excel/Windows?
    >
    >
    > --
    > ledzepe
    > ------------------------------------------------------------------------
    > ledzepe's Profile:
    > http://www.excelforum.com/member.php...o&userid=25207
    > View this thread: http://www.excelforum.com/showthread...hreadid=518028
    >




  3. #3
    Dave Peterson
    Guest

    Re: Large amount of info on the clipboard

    Application.cutcopymode=false

    is another way.

    ledzepe wrote:
    >
    > Hi everybody,
    >
    > My macro program involves moving large amount of info from one sheet to
    > another. I keep getting the message that "There is a large amount of
    > information on the Clipboard..." and is giving me the option to save it
    > or delete those info. I don't need those info anymore so I just click on
    > "No".
    >
    > Is there a way to disable this message via macro or setting in
    > Excel/Windows?
    >
    > --
    > ledzepe
    > ------------------------------------------------------------------------
    > ledzepe's Profile: http://www.excelforum.com/member.php...o&userid=25207
    > View this thread: http://www.excelforum.com/showthread...hreadid=518028


    --

    Dave Peterson

+ 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