find and set as variable and if
问题 I'm stucked with using Find and set as variable. I cannot get the result I need. In first sheet I have a column Test with values x or (x). If the value is x I need to copy the value from column EN. If the value is (x) do not copy. the code copies values from column "EN" no matter x or (x) I must have probably an error in using Set stfound Dim ENcolumn Dim xcolumn Dim secrow Dim lastrow Dim totrow Worksheets("List1").Activate Worksheets("List1").Range("A1:C1").Find(What:="EN", MatchCase:=True,