View Single Post
 
Old 09-04-2015, 10:09 PM
cyraxote cyraxote is offline Windows 7 64bit Office 2013
Novice
 
Join Date: Sep 2015
Location: Essex, MD
Posts: 24
cyraxote is on a distinguished road
Default

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.
Reply With Quote