linkjg Posted January 22, 2007 Posted January 22, 2007 I have a task that I'm doing daily, and I thought that maybe a macro could help speed things up.On a Word document after the words "Skill:" I have to shorten the characters after the last colon by 7 charactersIs there a fast way to do this with a macro? How could I do that?Thanks!
NukedWhale Posted January 30, 2007 Posted January 30, 2007 Excel has some pretty good text trimming functions. To trim the 7 rightmost characters you could paste the texts to be trimmed into excel and then use the function =left(Cell to be trimmed, len(Cell to be trimmed)-7)
linkjg Posted February 2, 2007 Author Posted February 2, 2007 I'd rather not have to take this into Excel and shorten the characters there. But, thanks for your suggestion. I'm looking for something I can do within Word.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now