View Full Version : A large amount of information on the clipboard


mdhingra01
09-16-2004, 08:02 AM
I am developing an application in MS Access and am using a macro to launch excel and run a macro in excel that cuts and copies data from a worksheet to another etc... When I run the macro I Excel prompts me if I am interested in saving the data on the clipboard as it s a large amount of data. Is there a way to bypass this warning. I know if I manually cut and paste and then close the worksheet I am not prompted with this, but when using the macro it prompts me.

Please HELP!

mdhingra01
09-16-2004, 11:46 AM
I used the Application.DisplayAlerts = False in my maco and it worked.