+ Reply to Thread
Results 1 to 3 of 3

I'm trying to disable a clip board

  1. #1
    Timmulla
    Guest

    I'm trying to disable a clip board

    I'm trying to get rid of a clip board message that comes up when my macro is
    running. The pop says "large amounts of data...."

    It's stopping my macro from completly automating my task.

    any help would be appreciated. my email is [email protected]

  2. #2
    Registered User Ivan F Moala's Avatar
    Join Date
    10-25-2003
    Location
    Auckland, New Zealand
    Posts
    71
    Put in

    Application.cutcopymode=false


    Before your next copy routine
    Kind Regards,
    Ivan F Moala From the City of Sails
    \1

  3. #3
    keepITcool
    Guest

    Re: I'm trying to disable a clip board


    that popup shows when you close a workbook
    (and have previously copied stuff)

    To clear the clipboard
    use application.CutCopyMode=False

    You could do it prior to closing the workbook,
    but maybe best to use it as soon as you're done
    with copy/paste

    In case you Do need the data on the clipboard,
    and just dont want the message use:
    Application.DisplayAlerts = False

    do it just before you close the book
    and set it back to True when you're done.


    --
    keepITcool
    | www.XLsupport.com | keepITcool chello nl | amsterdam


    Timmulla wrote :

    > I'm trying to get rid of a clip board message that comes up when my
    > macro is running. The pop says "large amounts of data...."
    >
    > It's stopping my macro from completly automating my task.
    >
    > any help would be appreciated. my email is [email protected]


+ 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