well I dont have enough knowledgment about VB and I have some problem with one program, the program is simple I have to appear some clasfication automatically in the column b
this is a part of the program:
Sub ful()
If Columns("R") = "AR" Then
If Columns("T") = "A1" Then Columns("B").Fo rmulaR1C1 = "Type3"
If Columns("T")...