I have a formula in Col H as follows:
=IF(OR(C2=1,C2=-1),B2/0.14,"")
I have tried to write code to copy the non-blank values in Col H and paste these as values in Col C
I get a run time error "Application defined or object-defined eerror"
The code below is highlighted
It would be...