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?

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: 9,101
Default How to remove warnings about rewriting cells?

Record a macro while you perform the operations manually. then use the
recorded macro in your own code. The problem is you are not including all
the parameters need fro the two instructons. Once you add all the options
into the code the questions will disappear. You didn't really supply enough
information to provide all the options the way you need them.

1) Tools - Macro - Record New Macro
2) perform the Text-to-columns and the Copy and Paste.
3) Tools - Macro - Stop Recording


"Alexander Aliev" wrote:

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
SAVING AND REWRITING CHARTS F. Lawrence Kulchar Charts and Charting in Excel 2 October 21st 07 08:45 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 03:52 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"