Hi everyone,
I need to create a mailmerge from Excel and use Excel for the mailmerge.
I discovered the code below from Mail Merge in Excel - Microsoft: Office FAQ - Tek-Tips
Function RangeName(sName As String) As String
RangeName = Application.Substitute(sName, " ", "_")
End Function
Sub...