Forum Discussion
Lars Söderqvist
Apr 13, 2018Copper Contributor
Macro
Hello out there, can someone help me please. I have som problems with a excelfile where i work in one sheet and read to another sheet. I write i one cell for example "Sa" and the other sheet re...
Logaraj Sekar
Apr 15, 2018Iron Contributor
Sub Macro1()
Columns("D:D").Select
Selection.Replace What:="Sa", Replacement:="SAND", LookAt:=xlWhole
Selection.Replace What:="gr Sa _si_", Replacement:="gravely SAND with layer of sand", LookAt:=xlWhole
End Sub