excel - Macro not executed after aborting execution -
i unable code macros because after execution macro not triggered again. use worksheet_change function, haven't had problem before. have tried macro on mac on excel 2011 , on pc on excel 2013 every time same result. not able code because have reopen excel file again make macro execute again. have developed macros quite time , never had problem before, maybe configuration thing?
private sub worksheet_change(byval target range) msgbox "test" 'do
Comments
Post a Comment