View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
kkknie[_227_] kkknie[_227_] is offline
external usenet poster
 
Posts: 1
Default Easy VBA Syntax Question


Place the following around your code that does the merge:

Application.DisplayAlerts = False

'Your Code

Application.DisplayAlerts = True



--
kkkni
-----------------------------------------------------------------------
kkknie's Profile: http://www.excelforum.com/member.php...nfo&userid=754
View this thread: http://www.excelforum.com/showthread.php?threadid=26895