Hi,
I need to write a vba code to remove all characters after "day" in a column. I cannot use Right or Left function.
For example,
May 2, 2013 Thursday First Edition
May 1, 2013 Wednesday 1 - SYD Edition
Output:
May 2, 2013 Thursday
May 1, 2013 Wednesday
Thanks,
Ling
Bookmarks