RATE THIS ANSWER
0
Click to Vote:
0
0
Look under macro ... there will be MsgBox command. (this is the message that pops up)
Try commenting out the MsgBox command.
You then also need to adjust accordingly the corresponding Event/Cancel response to the pop up.
I have Excel 2007 (but Excel 2000 should work similarly)
Hi
How about adding ...
Application.DisplayAlerts = False
Your code
Application.DisplayAlerts = True
Last Answered:
Dec 31 2008 7:09 AM GMT by 5485 
30 pts.