Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
I have a column with Email addresses like: nbsp Please send written requests to <sjohnson@usaid TO . I nee to trim them on both sides so I will have only Email address and nothing else. I used this: Sub trimcells() For Each cel In Selection cel.Value = Trim(Right(cel, Len(cel)""), Left(cel, Len(cel)"<")) Next cel End Sub It doesn't work. I will appreciate any help. Thank you. Oxana. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Using Macro how to create email link for the email addresses in aRange or Selection | Excel Worksheet Functions | |||
can I copy a column of email addresses, paste into email address? | New Users to Excel | |||
Email addresses in Excel need to format for mass email | Excel Worksheet Functions | |||
Transfer Email addresses from spreadsheet to email address book | Excel Discussion (Misc queries) | |||
Move a Column of 500 Email Addresses into BCC Field of an Email | Excel Worksheet Functions |