Ok, I've got a little code but I need a little help (I'm way rusty with VBA).
Here's what I've got:
Selection.Replace What:="ACAS", Replacement:="BFS"
I need the "BFS" to be dynamic such that the macro grabs the replacement from the header for each row. thank you!!
-dc
Here's what I've got:
Selection.Replace What:="ACAS", Replacement:="BFS"
I need the "BFS" to be dynamic such that the macro grabs the replacement from the header for each row. thank you!!
-dc