$$Excel-Macros$$ Need macro code help regaring the pop up .

2011-04-20 Thread Bhushan Sabbani
Dear All,

I have record a macro there i have delete the sheet.
The code are as below

Sheets(MNS Summary).Activate
Sheets(MNS Summary).Delete 

but i am getting the pop up that data may exist . the option is 
delete and cancel.

I have click on delete option again and again to select the selected file.

I do not want the such pop up it should delete the file directly without any 
confirm or pop up.


Warm Regards
Bhushan Sabbani
+91 98208 26012

-- 
--
Some important links for excel users:
1. Follow us on TWITTER for tips tricks and links : 
http://twitter.com/exceldailytip
2. Join our LinkedIN group @ http://www.linkedin.com/groups?gid=1871310
3. Excel tutorials at http://www.excel-macros.blogspot.com
4. Learn VBA Macros at http://www.quickvba.blogspot.com
5. Excel Tips and Tricks at http://exceldailytip.blogspot.com
 
To post to this group, send email to excel-macros@googlegroups.com


Like our page on facebook , Just follow below link
http://www.facebook.com/discussexcel


Re: $$Excel-Macros$$ Need macro code help regaring the pop up .

2011-04-20 Thread ashish koul
add

application.displayalert = false at the beginning of code

application.displayalert = true before end sub statement



On Wed, Apr 20, 2011 at 4:02 PM, Bhushan Sabbani bsabban...@gmail.comwrote:

 Dear All,

 I have record a macro there i have delete the sheet.
 The code are as below

 Sheets(MNS Summary).Activate
 Sheets(MNS Summary).Delete

 but i am getting the pop up that data may exist . the option is
 delete and cancel.

 I have click on delete option again and again to select the selected file.

 I do not want the such pop up it should delete the file directly without
 any confirm or pop up.


 Warm Regards
 Bhushan Sabbani
 +91 98208 26012

 --

 --
 Some important links for excel users:
 1. Follow us on TWITTER for tips tricks and links :
 http://twitter.com/exceldailytip
 2. Join our LinkedIN group @ http://www.linkedin.com/groups?gid=1871310
 3. Excel tutorials at http://www.excel-macros.blogspot.com
 4. Learn VBA Macros at http://www.quickvba.blogspot.com
 5. Excel Tips and Tricks at http://exceldailytip.blogspot.com

 To post to this group, send email to excel-macros@googlegroups.com

 
 Like our page on facebook , Just follow below link
 http://www.facebook.com/discussexcel




-- 
*Regards*
* *
*Ashish Koul*
*akoul*.*blogspot*.com http://akoul.blogspot.com/
*akoul*.wordpress.com http://akoul.wordpress.com/
My Linkedin Profile http://in.linkedin.com/pub/ashish-koul/10/400/830


P Before printing, think about the environment.

-- 
--
Some important links for excel users:
1. Follow us on TWITTER for tips tricks and links : 
http://twitter.com/exceldailytip
2. Join our LinkedIN group @ http://www.linkedin.com/groups?gid=1871310
3. Excel tutorials at http://www.excel-macros.blogspot.com
4. Learn VBA Macros at http://www.quickvba.blogspot.com
5. Excel Tips and Tricks at http://exceldailytip.blogspot.com
 
To post to this group, send email to excel-macros@googlegroups.com


Like our page on facebook , Just follow below link
http://www.facebook.com/discussexcel