It depends what your other macro is doing, but perhaps you could disable
events at the start of your macro, then enable them at the end. For example:
Application.EnableEvents = False
'your macro here
Application.EnableEvents = True
c wrote:
Thanks Debra,
The code works great except when I attempt to use the additional macro I
have already created. It copies the sheet for the next day. It then gives
me a type mismatch error on the day2 sheet at
If Application.WorksheetFunction _
.CountIf("OFFICE", Target.Value).
Any help with this error would be greatly appreciated!
Thanks in advance
c
--
Debra Dalgleish
Excel FAQ, Tips & Book List
http://www.contextures.com/tiptech.html