Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() ![]() I do not want to see the pop up windows saying----there r lots of information on the clipboard. Do you want to be able to paste this into another program later (Yes or No or Cancel) - is there code for stoping them from poping up ??? Thanks! -- ppyxl ------------------------------------------------------------------------ ppyxl's Profile: http://www.excelforum.com/member.php...o&userid=36116 View this thread: http://www.excelforum.com/showthread...hreadid=562862 |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Application.cutcopymode = False
executed before closing the workbook will avoid the message. You can also do application.Displayalerts = False ' close the workbook Application.DisplayAlerts = True -- Regards, Tom Ogilvy "ppyxl" wrote: ![]() I do not want to see the pop up windows saying----there r lots of information on the clipboard. Do you want to be able to paste this into another program later (Yes or No or Cancel) - is there code for stoping them from poping up ??? Thanks! -- ppyxl ------------------------------------------------------------------------ ppyxl's Profile: http://www.excelforum.com/member.php...o&userid=36116 View this thread: http://www.excelforum.com/showthread...hreadid=562862 |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() It works in excel. thanks! * D o y o u k n o w i n a c c e s s , h o w t o c l o s e p o p u p w i n d o w s a s w e l l ? * Thanks -- ppyxl ------------------------------------------------------------------------ ppyxl's Profile: http://www.excelforum.com/member.php...o&userid=36116 View this thread: http://www.excelforum.com/showthread...hreadid=562862 |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() * D o y o u k n o w i n a c c e s s , h o w t o c l o s e p o p u p w i n d o w s a s w e l l ? * in access VBA you would use 'DoCmd.SetWarnings (False)' |
#5
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() how does vba use in access -- ppyx ----------------------------------------------------------------------- ppyxl's Profile: http://www.excelforum.com/member.php...fo&userid=3611 View this thread: http://www.excelforum.com/showthread.php?threadid=56286 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Suppress popup "Do you really want to save..." after open and immediate close of excel sheets ? | Excel Discussion (Misc queries) | |||
Suppress popup "Do you really want to save..." after open and immediate close of excel sheets ? | Excel Worksheet Functions | |||
why do all excel worksheets/workbooks close when I close one? | Excel Discussion (Misc queries) | |||
Excel shoud not close all active books when clicking close button | Excel Discussion (Misc queries) | |||
excel - Windows close button (x) should only close active workboo. | Setting up and Configuration of Excel |