Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2
Default How to remove warnings about rewriting cells?

How to remove warnings about rewriting cells?

Hallo,

I need to remove these questions which appear during
"Selection.TextToColumns" and "Selection.Cut Destination:=<where" .
Because I know the answer and it always "yes".

I supposed that "Application.EnableEvents = False" before all actions
should resolve the problem but this applied only to "Selection.Cut".

Is there a way to overcome this?
Thank you for any hint.
Alexander
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11,501
Default How to remove warnings about rewriting cells?

Hi,

Application.displayalerts=false

'do your stuff

Application.displayalerts=true

Mike

"Alexander Aliev" wrote:

How to remove warnings about rewriting cells?

Hallo,

I need to remove these questions which appear during
"Selection.TextToColumns" and "Selection.Cut Destination:=<where" .
Because I know the answer and it always "yes".

I supposed that "Application.EnableEvents = False" before all actions
should resolve the problem but this applied only to "Selection.Cut".

Is there a way to overcome this?
Thank you for any hint.
Alexander

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
Formula for showing warnings when cells are out of range. Chris Excel Discussion (Misc queries) 1 October 28th 09 08:37 AM
How to remove warnings about rewriting cells? Alexander Aliev Excel Programming 1 October 28th 08 10:27 AM
Need help rewriting a macro S Willingham Excel Worksheet Functions 1 May 8th 07 04:52 AM
Rewriting equation for VB Barb Reinhardt Excel Programming 2 March 8th 06 07:31 PM
Rewriting a formula... Roz Excel Discussion (Misc queries) 3 January 6th 06 04:08 PM


All times are GMT +1. The time now is 05:12 AM.

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

About Us

"It's about Microsoft Excel"