T
Todd
Hi, I am trying to make a macro that looks into a range
of cells I select and adds to a forumla. I have worked
something up but it doesn't work. Can someone help?
Thanks,
Todd
I have:
=IF(Ds14>0,ROUND($E14*Ds14,0),"")
I want:
=IF(DS14="","",IF(DS14>0,ROUND($E14*DS14,0),""))
The macro I am working with is:
Sub ReplaceDataTEST()
Selection.Replace What:="IF(DR14>0", Replacement:="IF
(Ds14="","",IF(Ds14>0", LookAt:=xlPart
End Sub
of cells I select and adds to a forumla. I have worked
something up but it doesn't work. Can someone help?
Thanks,
Todd
I have:
=IF(Ds14>0,ROUND($E14*Ds14,0),"")
I want:
=IF(DS14="","",IF(DS14>0,ROUND($E14*DS14,0),""))
The macro I am working with is:
Sub ReplaceDataTEST()
Selection.Replace What:="IF(DR14>0", Replacement:="IF
(Ds14="","",IF(Ds14>0", LookAt:=xlPart
End Sub