View Single Post
 
Old 03-28-2015, 12:06 PM
charlesdh charlesdh is offline Windows 7 32bit Office 2010 32bit
Expert
 
Join Date: Apr 2014
Location: Mississippi
Posts: 382
charlesdh is on a distinguished road
Default

Hi,

If the code failed you may need to "Reset" it. The problem with worksheet function is there are a pain to use.
In the same module try this code to reset the worksheet event.
Code:
Sub Reset_worksheet
Application.EnableEvents = True
end sub
Then run it. Then try your worksheet code.

Last edited by charlesdh; 03-28-2015 at 12:10 PM. Reason: Brain faster than writing...corrected info
Reply With Quote