O 
		
								
				
				
			
		ordnance1
What can I do to get this code to work?
Private Sub UserForm_Initialize()
IF ActiveSheet range("E2").Value>0 then OptionButton2.Visible = False
End Sub
				
			Private Sub UserForm_Initialize()
IF ActiveSheet range("E2").Value>0 then OptionButton2.Visible = False
End Sub
