View Single Post
 
Old 04-26-2013, 07:31 AM
d4okeefe d4okeefe is offline Windows Vista Office 2010 64bit
Advanced Beginner
 
Join Date: Apr 2013
Posts: 77
d4okeefe is on a distinguished road
Default

Thank you again, macropod. This is fantastic. I am fairly new to VBA, and was not able to write the do while/loop.

I would like to make one change. On the .Text line, the first character is [!0-9], which finds any character except numbers. I have tried changing this character to [!,], [!`] or ? in attempt to force the macro to find numbers as well as letters. But this doesn't seem to make the changes I want.

I have instances like the one below:

In re Grand Jury Empanelled January 28, 2004, 401 F.3d 247

Here, the comma after 2004 remains italic after running the macro.

Again, thanks for any help.

Last edited by d4okeefe; 04-26-2013 at 10:13 AM.
Reply With Quote