Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi there,
I've got a VBA function behind a spreadsheet that searches for, opens, copies, pastes certain data from one sheet into the master spreadsheet and then closes. Unfortunately I still get the 'You've copied a large amount of data to the clipboard do you want to make this available etc' message after the file is closed. How can I programatically stop this message from appearing - I don't want to keep the data on the clipboard. The part of the function that is relevant is ActiveSheet.Paste Workbooks("wBook1" & sName).Close SaveChanges:=False Thanks in advance Sion Smith |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Message: 'Cannot empty clipboard' | Excel Discussion (Misc queries) | |||
How Do You Stop Annoying Excel Message Boxes? | Excel Worksheet Functions | |||
excel links popup message - very annoying | Excel Discussion (Misc queries) | |||
Can I avoid annoying Update Links message | Excel Discussion (Misc queries) | |||
Clipboard Message | Excel Programming |