+ Reply to Thread
Results 1 to 2 of 2

No display : keep information in clipboard

  1. #1
    Alex St-Pierre
    Guest

    No display : keep information in clipboard

    Hello,
    I open a document and copy the information in the first document. When I
    close the second document, I have a message which ask me if I want to keep
    the information in clipboard.
    Does anyone know how to stop this message ?

    Selection.PasteSpecial Paste:=xlPasteValues, Operation:=xlNone,
    SkipBlanks _
    :=False, Transpose:=False
    Workbook(“workbook2�).close (False)

    --
    Alex St-Pierre

  2. #2
    Tom Ogilvy
    Guest

    Re: No display : keep information in clipboard

    Selection.PasteSpecial Paste:=xlPasteValues, _
    Operation:=xlNone, SkipBlanks _
    :=False, Transpose:=False
    Application.CutCopyMode = False
    Workbook("workbook2").close (False)

    --
    Regards,
    Tom Ogilvy


    "Alex St-Pierre" <[email protected]> wrote in message
    news:[email protected]...
    > Hello,
    > I open a document and copy the information in the first document. When I
    > close the second document, I have a message which ask me if I want to keep
    > the information in clipboard.
    > Does anyone know how to stop this message ?
    >
    > Selection.PasteSpecial Paste:=xlPasteValues, Operation:=xlNone,
    > SkipBlanks _
    > :=False, Transpose:=False
    > Workbook("workbook2").close (False)
    >
    > --
    > Alex St-Pierre




+ 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