Columns("H:H").Select
Selection.Replace What:="0", Replacement:=(" "), LookAt:=xlWhole, _
SearchOrder:=xlByRows, MatchCase:=False, SearchFormat:=False, _
ReplaceFormat:=False
The formula above i would like the replacement to = the value that is in Cell I1
how would i get that to work?
Bookmarks