How do I put restrictions for the code in VBA to apply Solver? I wanna know the way that i can link the following Code:
Private Sub Workbook_SheetChange(ByVal Sh As Object, ByVal Target As Range)
ActiveSheet.Unprotect
ActiveSheet.Range("y1.").GoalSeek 0#, Range("TK")...