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.
|