Originally Posted by snb Code: Sub M_snb() Columns(1).Replace "*www.", "" Columns(1).Replace "*://", "" End Sub You forgot to remove trailing slash if there is one.
Sub M_snb() Columns(1).Replace "*www.", "" Columns(1).Replace "*://", "" End Sub
Last edited by Rick Rothstein; 03-14-2016 at 05:15 AM.
Forum Rules
Bookmarks