Hi Cutter,
The earlier topic was as i said worked fine, bu
suddenly one related problem came. What happened is the the particula
cell have the formula when copying down, i think it carries somethin
on it, and that created a #VALUE error on my SUMPRODUCT area. When
tried individually deleted the copied cell the error goes. That mea
evenif that cell is blank but contains something. So thinking of th
better way to be pure blank . Can I have add something on that formul
that makes the cell as early as blank. For further details givin
below the details of macro works to copy the cells to down.
Range("A2:AH10000").Select
Selection.Copy
Range("A3").Select
ActiveSheet.PasteSpecial Format:=3, Link:=1, DisplayAsIcon:=True
_
IconFileName:=False
Range("C2:H2,J2:K2,N2,O2:Q2,T2:V2,Y2:AA2,AD2:AF2").ClearContents
ActiveWindow.ScrollColumn = 1
Range("D2").Select
Range("L2").Select
ActiveCell.FormulaR1C1 = _
"=IF(ISNA((VLOOKUP(RC[-2],RATE!R1C1:R20C[-9],IF(RC[-3]=""P"",2,3),FALSE))),"""",VLOOKUP(RC[-2],RATE!R1C1:R20C[-9],IF(RC[-3]=""P"",2,3),FALSE))"
please have a look and advice me a solution.
thanks with regards
nowfa