G
Guest
Hi everybody,
I'm trying to make this work without too much success. Is there any other
way to do it?
If ActiveCell.Ofsset(0, 0).Value <> "Li" <> "Sc" <> "Rh" <> "Ho" <> "Kr" And
ActiveCell.Ofsset(0, 2).Value > "0" Then
Range("E82", "F82").Copy Destination:=ActiveCell.Offset(0, 3)
End If
Any help would be appreciated
I'm trying to make this work without too much success. Is there any other
way to do it?
If ActiveCell.Ofsset(0, 0).Value <> "Li" <> "Sc" <> "Rh" <> "Ho" <> "Kr" And
ActiveCell.Ofsset(0, 2).Value > "0" Then
Range("E82", "F82").Copy Destination:=ActiveCell.Offset(0, 3)
End If
Any help would be appreciated
