Thread: Macro help...
View Single Post
  #7   Report Post  
Posted to microsoft.public.excel.programming
miwarren[_4_] miwarren[_4_] is offline
external usenet poster
 
Posts: 1
Default Macro help...


Hoshyar Wrote:
Hi Davidm,

I have the same problem, but as I am not a programmer, I couldn'
understand
your answer here. would you kindly explain what shall I do to stop th
code
that triggers this message?

Thanks in advance
Hoshyar



Hello Hoshyar,

Here is how I corrected the problem. You will need to find the cod
listed below:

ACTIVEWINDOW.CLOS

Then surround it by these two tags:

APPLICATION.DISPLAYALERTS=FALSE

APPLICATION.DISPLAYALERTS=TRU

So it should look like this:

APPLICATION.DISPLAYALERTS=FALSE
ACTIVEWINDOW.CLOSE
APPLICATION.DISPLAYALERTS=TRU

I hope this helps... It did for me

--
miwarre
-----------------------------------------------------------------------
miwarren's Profile: http://www.excelforum.com/member.php...fo&userid=2468
View this thread: http://www.excelforum.com/showthread.php?threadid=43738