Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default messages from excel -- to avoid


dear friends!

my current problem is as follows.

I'm in file #1 and run a macro which:
- opens file #2
- copies huge bulk of data
- goes back to file #1 and pastes this huge bulk of data
- goes to file #2 and closes it.

the problem is that before closing file #2 it asks me if I need this
huge piece of info in Clipboard, which interrupts the whole process. I
use Application.screenUpdatig = false in the beginning of a macro, but
it doesn't work in this case.

any suggestions how to avoid all the questions from computer?

thank you.


--
andrei.aksenov@
------------------------------------------------------------------------
andrei.aksenov@'s Profile: http://www.excelforum.com/member.php...o&userid=21110
View this thread: http://www.excelforum.com/showthread...hreadid=389019

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 791
Default messages from excel -- to avoid

Hi

Try
Application.DisplayAlerts = False

Hope it helps
Michael
"andrei.aksenov@" wrote:


dear friends!

my current problem is as follows.

I'm in file #1 and run a macro which:
- opens file #2
- copies huge bulk of data
- goes back to file #1 and pastes this huge bulk of data
- goes to file #2 and closes it.

the problem is that before closing file #2 it asks me if I need this
huge piece of info in Clipboard, which interrupts the whole process. I
use Application.screenUpdatig = false in the beginning of a macro, but
it doesn't work in this case.

any suggestions how to avoid all the questions from computer?

thank you.


--
andrei.aksenov@
------------------------------------------------------------------------
andrei.aksenov@'s Profile: http://www.excelforum.com/member.php...o&userid=21110
View this thread: http://www.excelforum.com/showthread...hreadid=389019


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
Custom Messages in Excel Mirandah Excel Discussion (Misc queries) 3 September 28th 09 06:12 PM
Export messages to Excel Eric_NY Excel Discussion (Misc queries) 1 May 27th 09 11:59 PM
Excel messages for Blackberry RPTGuy Excel Discussion (Misc queries) 0 March 23rd 05 05:55 PM
import mail messages in excel Arnie[_4_] Excel Programming 4 January 17th 04 04:54 PM
Excel messages Adhavan Excel Programming 2 December 15th 03 03:09 PM


All times are GMT +1. The time now is 03:50 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"