Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default How do I override a deletion box?


This is the message I receive.

Data may exists in sheet(s) selected for deletion. To permantel
delete the data press delete.

The macro stops the loop process for this question with every build.
need it to be deleted automatically and build the next one.

Thank you :confused

--
DMueh
-----------------------------------------------------------------------
DMuehl's Profile: http://www.excelforum.com/member.php...fo&userid=1487
View this thread: http://www.excelforum.com/showthread.php?threadid=26504

  #2   Report Post  
Posted to microsoft.public.excel.programming
No Name
 
Posts: n/a
Default How do I override a deletion box?

hi,
try add something like this:
Application.DisplayAlerts = False
Worksheets("Report").Delete
Application.DisplayAlerts = True

-----Original Message-----

This is the message I receive.

Data may exists in sheet(s) selected for deletion. To

permantely
delete the data press delete.

The macro stops the loop process for this question with

every build. I
need it to be deleted automatically and build the next

one.

Thank you


--
DMuehl
----------------------------------------------------------

--------------
DMuehl's Profile: http://www.excelforum.com/member.php?

action=getinfo&userid=14877
View this thread:

http://www.excelforum.com/showthread...hreadid=265046

.

  #3   Report Post  
Posted to microsoft.public.excel.programming
MDW MDW is offline
external usenet poster
 
Posts: 117
Default How do I override a deletion box?

Try this:

Application.DisplayAlerts = False

' Your code

Application.DisplayAlerts = True


"DMuehl" wrote:


This is the message I receive.

Data may exists in sheet(s) selected for deletion. To permantely
delete the data press delete.

The macro stops the loop process for this question with every build. I
need it to be deleted automatically and build the next one.

Thank you


--
DMuehl
------------------------------------------------------------------------
DMuehl's Profile: http://www.excelforum.com/member.php...o&userid=14877
View this thread: http://www.excelforum.com/showthread...hreadid=265046


Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
If/Vlookup override Carolina Excel Worksheet Functions 4 August 9th 09 07:00 PM
Need help to freeze or override a formula John K. Excel Discussion (Misc queries) 1 February 16th 07 02:47 AM
Override a Formula John K. Excel Discussion (Misc queries) 4 February 12th 07 07:47 PM
Override save as Dialog box Raza Excel Worksheet Functions 2 December 16th 05 07:22 PM
Cell Value Override saschamps9903 Excel Discussion (Misc queries) 0 January 21st 05 09:53 PM


All times are GMT +1. The time now is 08:04 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"