T
Todd
Hi. I have a lot of formulas that contain numbers &
symbols that I want to replace. Can I use a macro to do
that? I have working with
Sub ReplaceCRLF()
Selection.Replace Chr(43), Chr(44), xlWhole 'xlWhole
apply to entire cell content
End Sub
In this case I am exchanging "+" 's for ","
Which I got from dmc ritchie's website. It doesn't work
yet.
Thanks,
Todd
symbols that I want to replace. Can I use a macro to do
that? I have working with
Sub ReplaceCRLF()
Selection.Replace Chr(43), Chr(44), xlWhole 'xlWhole
apply to entire cell content
End Sub
In this case I am exchanging "+" 's for ","
Which I got from dmc ritchie's website. It doesn't work
yet.
Thanks,
Todd