Hi,
I have two codes that workes seperatly, but when I try to combine these two itīs not working.
First code located in the Sheet10
Second code located in sheet called Kalkulasjon![]()
Private Sub Worksheet_Change(ByVal Target As Range) If Range("H15").Value < Range("E15").Value Then MsgBox "Eulers gjelder ikke", vbCritical End If End Sub
Any help is much appreciated![]()
Private Sub CommandButton1_Click() OptionButton1.Value = False OptionButton2.Value = False OptionButton3.Value = False OptionButton4.Value = False OptionButton5.Value = False Range("I3:I9,L3:L9,P13:AE13,P16").ClearContents End Sub
Regards
Oeysbrei
Bookmarks