Hello,
I am new to VBA program.
I must display messages in a column 12 if certain conditions are fulfilled in other columns.
Example:
1) If in my column 10 = "A" and my column 9 = "A1"; display in column 12 "Region 1, otherwise if column 10 =" A "and column 9 =" A2 "; display in column 12" Regions 2 ".
2) if in my column 10 = "B" and column 9 = "B1"; display in my column 12 "Department 1", otherwise if column 10 = "B" and column 9 = "B1"; display "department 2" in column 12.
I specify that I have at least 100 variables to define
This site uses cookies. By continuing to browse this site, you are agreeing to our use of cookies.More DetailsClose
Yangbe06