What's in cell R30?
c wrote:
Debra,
Thanks again for your input it has worked perfectly and the macro that
copies works excellent. One more question if you don't mind. When I try to
delete the entries in the first list or the second list I get a type 13
mismatch error at:
If Application.WorksheetFunction _
.CountIf(Range("R30"), Target.Value) Then
Is there a way to exit the macro if the delete key is entered or is there
any way to remove this error.
Thanks again for your time,
c
"Debra Dalgleish" wrote:
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
--
Debra Dalgleish
Excel FAQ, Tips & Book List
http://www.contextures.com/tiptech.html