I found that if I add "oComment.Initial = "MN" here:
Code:
Set oComment = oDoc.Comments.Add(oRng, MyString)
oComment.Author = "MNathan"
oComment.Initial = "MN"
then it will work in 2007.
I will say one thing: the new version is A LOT faster than the old one.
Thanks again.